diff options
| author | Daniel Baumann <daniel@debian.org> | 2008-10-28 16:26:17 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:43 +0100 |
| commit | 6696b019fe03a371d69c50a1ef82223e4bb364a7 (patch) | |
| tree | ffeb45aa254e3fe140c0d13566322757f896be92 /functions | |
| parent | bd4b40a215a31bef1bfe364cdce16943efddc1d5 (diff) | |
| download | live-build-6696b019fe03a371d69c50a1ef82223e4bb364a7.zip live-build-6696b019fe03a371d69c50a1ef82223e4bb364a7.tar.gz | |
Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.
Diffstat (limited to 'functions')
| -rwxr-xr-x | functions/conffile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/conffile.sh b/functions/conffile.sh index 1679e9d..32b1148 100755 --- a/functions/conffile.sh +++ b/functions/conffile.sh @@ -27,7 +27,7 @@ Get_conffiles () echo ${FILES} } -Read_conffile () +Read_conffiles () { for CONFFILE in Get_conffiles "${@}" do |
