[SCM] Debian Live build scripts branch, master,	updated. debian/1.0.5-1-11-g3b5ed94
    Daniel Baumann 
    daniel at debian.org
       
    Wed Jul  8 16:17:37 UTC 2009
    
    
  
The following commit has been merged in the master branch:
commit 3b5ed94d6a05be8e808903318368b53d1ce80e7b
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jul 8 18:04:38 2009 +0200
    Correcting typo in default values assignment of losetup functions.
diff --git a/functions/losetup.sh b/functions/losetup.sh
index 56d504f..51f5426 100755
--- a/functions/losetup.sh
+++ b/functions/losetup.sh
@@ -11,7 +11,7 @@ Losetup ()
 {
 	DEVICE="${1}"
 	FILE="${2}"
-	PARTITION="${3:=1}"
+	PARTITION="${3:-1}"
 
 	${LH_ROOT_COMMAND} ${LH_LOSETUP} "${DEVICE}" "${FILE}"
 	FDISK_OUT="$(${LH_FDISK} -l -u ${DEVICE} 2>&1)"
-- 
Debian Live build scripts
    
    
More information about the debian-live-changes
mailing list