[Debian-live-changes] r1658 - dists/trunk/live-helper/functions
    daniel at alioth.debian.org 
    daniel at alioth.debian.org
       
    Thu May 24 08:06:30 UTC 2007
    
    
  
Author: daniel
Date: 2007-05-24 08:06:30 +0000 (Thu, 24 May 2007)
New Revision: 1658
Modified:
   dists/trunk/live-helper/functions/chroot.sh
Log:
Modified: dists/trunk/live-helper/functions/chroot.sh
===================================================================
--- dists/trunk/live-helper/functions/chroot.sh	2007-05-24 07:30:58 UTC (rev 1657)
+++ dists/trunk/live-helper/functions/chroot.sh	2007-05-24 08:06:30 UTC (rev 1658)
@@ -11,7 +11,7 @@
 
 Chroot ()
 {
-	COMMANDS="${@}"
+	COMMANDS="${1}"
 
 	# Executing commands in chroot
 	Echo_debug "Executing: ${COMMANDS}"
    
    
More information about the Debian-live-changes
mailing list