summaryrefslogtreecommitdiff
path: root/functions/conffile.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-10-23 13:03:31 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:43 +0100
commitd0ba615d075e9929bb292a555240136fc4d425e8 (patch)
tree92c4052414ad9a1c94cc47aa5f58098582e0da74 /functions/conffile.sh
parent660bd98473da3dd2cdb90b4ff987d35af071069d (diff)
downloadlive-build-d0ba615d075e9929bb292a555240136fc4d425e8.zip
live-build-d0ba615d075e9929bb292a555240136fc4d425e8.tar.gz
Correcting intendation in conffile.sh.
Diffstat (limited to 'functions/conffile.sh')
-rwxr-xr-xfunctions/conffile.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/conffile.sh b/functions/conffile.sh
index a45f6b5..1679e9d 100755
--- a/functions/conffile.sh
+++ b/functions/conffile.sh
@@ -44,7 +44,8 @@ Read_conffile ()
done
}
-Print_conffiles () {
+Print_conffiles ()
+{
for CONFFILE in Get_conffiles "${@}"
do
if [ -f "${CONFFILE}" ]