[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. daa37b9e963be9dd38d5a62af476bc551266cbe6

Steffen Moeller moeller at debian.org
Wed May 5 20:36:10 UTC 2010


The following commit has been merged in the master branch:
commit e495f75310a4fe7e2a14af34e8277155b8789be4
Author: Tiago Borletto Vay <tiago at debian.org>
Date:   Wed May 5 22:34:59 2010 +0200

    Added -e to echo to understand "\n" in error message

diff --git a/install.sh b/install.sh
index b1deab2..642ae10 100755
--- a/install.sh
+++ b/install.sh
@@ -632,7 +632,7 @@ action_testing () {
 	done
 
 	if [ -n "$intern_packages_missing" ]; then
-		echo "E: Could not find the following binaries: $intern_packages_missing.$intern_extra_information"
+		echo -e "E: Could not find the following binaries: $intern_packages_missing.$intern_extra_information"
 		exit 1
 	fi
 

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list