[SCM] debian-live/live-initramfs branch, master, updated. 1.125.1-1-7-g39f6aa4

Chris Lamb chris at chris-lamb.co.uk
Wed Mar 26 08:57:06 UTC 2008


The following commit has been merged in the master branch:
commit 166f2f69e16d8aab8ac825f8c18e769635de217b
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Wed Mar 26 07:52:09 2008 +0000

    bin/live-snapshot: Fix argument handling (Closes: #461595)
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/bin/live-snapshot b/bin/live-snapshot
index 5135ce3..8a05500 100755
--- a/bin/live-snapshot
+++ b/bin/live-snapshot
@@ -181,7 +181,7 @@ Is_same_mount ()
 Parse_args ()
 {
 	# Parse command line
-	ARGS="${1}"
+	ARGS="${*}"
 	ARGUMENTS="$(getopt --longoptions cow:,device:,output,resync-string:,type:,help,usage,version --name=${PROGRAM} --options c:d:o:t:r:,h,u,v --shell sh -- ${ARGS})"
 
 	if [ "${?}" != "0" ]

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list