[SCM] live-tools branch, debian, updated. debian/3.0_a7-1-13-g0b1db06

Daniel Baumann daniel at debian.org
Fri Apr 6 11:48:23 UTC 2012


The following commit has been merged in the debian branch:
commit a5eed68916543abdb4a7aca8cc9c01470a51da58
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Apr 5 20:03:04 2012 +0200

    Correcting line wrapping in error message about /proc when using verbose mode in live-system.

diff --git a/scripts/live-system b/scripts/live-system
index e8de323..192280d 100755
--- a/scripts/live-system
+++ b/scripts/live-system
@@ -41,7 +41,9 @@ esac
 
 if [ ! -e /proc/cmdline ]
 then
+	[ "${_VERBOSE}" ] && echo
 	echo "E: /proc/cmdline - No such file."
+
 	exit 2
 fi
 

-- 
live-tools



More information about the debian-live-changes mailing list