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:
Modestas Vainius 2008-10-16 19:01:18 +03:00
parent 94be7b2326
commit c3e85fe2a8

2
debian/cmake.prerm vendored
View File

@ -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