Use cat instead of echo to output the message.
Also output it to stderr. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
This commit is contained in:
parent
94be7b2326
commit
c3e85fe2a8
2
debian/cmake.prerm
vendored
2
debian/cmake.prerm
vendored
@ -13,7 +13,7 @@ if [ "$1" = "failed-upgrade" ] && dpkg --compare-versions "$2" le 2.6.2-1; then
|
||||
# ERROR: for details
|
||||
#
|
||||
# Therefore tell the user to ignore the error and exit gracefully.
|
||||
echo <<END
|
||||
cat >&2 <<END
|
||||
NOTE: The emacsen-common error above is harmless and can be safely ignored.
|
||||
NOTE: Upgrade will continue as usual.
|
||||
END
|
||||
|
Loading…
x
Reference in New Issue
Block a user