From c3e85fe2a87c0a81564282cdf0ed33e4539729ba Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Thu, 16 Oct 2008 19:01:18 +0300 Subject: [PATCH] Use cat instead of echo to output the message. Also output it to stderr. Signed-off-by: Modestas Vainius --- debian/cmake.prerm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/cmake.prerm b/debian/cmake.prerm index 5e855b862..b4f36097d 100644 --- a/debian/cmake.prerm +++ b/debian/cmake.prerm @@ -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 <&2 <