diff options
author | Daniel Baumann <daniel@debian.org> | 2008-10-23 13:03:31 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:43 +0100 |
commit | d0ba615d075e9929bb292a555240136fc4d425e8 (patch) | |
tree | 92c4052414ad9a1c94cc47aa5f58098582e0da74 /functions | |
parent | 660bd98473da3dd2cdb90b4ff987d35af071069d (diff) | |
download | vyos-live-build-d0ba615d075e9929bb292a555240136fc4d425e8.tar.gz vyos-live-build-d0ba615d075e9929bb292a555240136fc4d425e8.zip |
Correcting intendation in conffile.sh.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/conffile.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/conffile.sh b/functions/conffile.sh index a45f6b5e2..1679e9d37 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}" ] |