[SCM] live-helper branch, master, updated. 1.0.5-2-36-g35ebd30

Daniel Baumann daniel at debian.org
Wed Oct 21 18:27:10 UTC 2009


The following commit has been merged in the master branch:
commit 35ebd30aafa81105c9e351b9ad0606eda9b26dda
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Oct 21 20:26:10 2009 +0200

    Correcting conditional reading of local functions.

diff --git a/functions.sh b/functions.sh
index 547000a..626ba3f 100755
--- a/functions.sh
+++ b/functions.sh
@@ -9,7 +9,7 @@ do
 done
 
 # Source local functions
-if [ -d scripts/functions ]
+if ls scripts/functions/*.sh > /dev/null 2>&1
 then
 	for FUNCTION in scripts/functions/*.sh
 	do

-- 
live-helper



More information about the debian-live-changes mailing list