From fbc1b52187f3731ed266ff92bbf4b88359badc73 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 1 Feb 2009 16:13:34 +0100 Subject: [PATCH] Fix broken update.sh output by replacing \n by a real newline Fix broken escaping in the output of the Debian package release preparation script. --- debian/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/update.sh b/debian/update.sh index d9c1725..cbb594d 100755 --- a/debian/update.sh +++ b/debian/update.sh @@ -11,7 +11,8 @@ echo -n "Hit enter to continue and merge changes or hit Ctrl-C to abort." read line git merge origin version=0.9~git`date +%y%m%d` -echo -n "Hit enter to rename directory from $olddir to conkeror-$version\nand generate source tar ball or hit Ctrl-C to abort." +echo -n "Hit enter to rename directory from $olddir to conkeror-$version +and generate source tar ball or hit Ctrl-C to abort." read line rm -f spawn-process-helper conkeror-spawn-helper make clean -- 2.11.4.GIT