[SCM] live-config branch, debian-old-2.0, updated. debian/2.0.7-1-4-ga2a67ef
Daniel Baumann
daniel at debian.org
Wed Sep 29 21:00:02 UTC 2010
The following commit has been merged in the debian-old-2.0 branch:
commit a2a67ef8a98f2804352dd6216fbcd9bc440d4c73
Author: Scott Barker <scott at mostlylinux.ca>
Date: Wed Sep 29 22:59:41 2010 +0200
Fixing typo in config.d files parsing from live media (Closes: #598536).
diff --git a/scripts/config.sh b/scripts/config.sh
index 85259df..ef91947 100755
--- a/scripts/config.sh
+++ b/scripts/config.sh
@@ -237,7 +237,7 @@ Main ()
if ls /live/image/live/config.d/* > /dev/null 2>&1
then
- for FILE in /live/image/live/config.d/*
+ for _FILE in /live/image/live/config.d/*
do
. ${_FILE}
done
--
live-config
More information about the debian-live-changes
mailing list