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 /helpers/lh_bootstrap_cache | |
parent | bd4b40a215a31bef1bfe364cdce16943efddc1d5 (diff) | |
download | vyos-live-build-6696b019fe03a371d69c50a1ef82223e4bb364a7.tar.gz vyos-live-build-6696b019fe03a371d69c50a1ef82223e4bb364a7.zip |
Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.
Diffstat (limited to 'helpers/lh_bootstrap_cache')
-rwxr-xr-x | helpers/lh_bootstrap_cache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_bootstrap_cache b/helpers/lh_bootstrap_cache index 81110e329..8001b4ce1 100755 --- a/helpers/lh_bootstrap_cache +++ b/helpers/lh_bootstrap_cache @@ -25,7 +25,7 @@ USAGE="${PROGRAM} [--force]" Arguments "${@}" # Reading configuration files -Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source +Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults # Check architecture |