[Debian-live-changes] r1656 - dists/trunk/live-helper/functions

daniel at alioth.debian.org daniel at alioth.debian.org
Thu May 24 07:19:42 UTC 2007


Author: daniel
Date: 2007-05-24 07:19:42 +0000 (Thu, 24 May 2007)
New Revision: 1656

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 06:27:43 UTC (rev 1655)
+++ dists/trunk/live-helper/functions/chroot.sh	2007-05-24 07:19:42 UTC (rev 1656)
@@ -11,7 +11,7 @@
 
 Chroot ()
 {
-	COMMANDS="${1}"
+	COMMANDS="${@}"
 
 	# Executing commands in chroot
 	Echo_debug "Executing: ${COMMANDS}"




More information about the Debian-live-changes mailing list