diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-15 21:37:37 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:23 +0100 |
commit | 3bec92e921e8176698757ebbca09a62ce44a7f30 (patch) | |
tree | ebb78739b5a8ca0c0c537993d8e41e0147081b32 /scripts | |
parent | 310ef6803685b8f6e531b90b6f6b938541a356e1 (diff) | |
download | vyos-live-build-3bec92e921e8176698757ebbca09a62ce44a7f30.tar.gz vyos-live-build-3bec92e921e8176698757ebbca09a62ce44a7f30.zip |
Correcting typo in lb_config when cleaning up auto/config.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_config b/scripts/build/lb_config index 487d81cc3..a6007cc9d 100755 --- a/scripts/build/lb_config +++ b/scripts/build/lb_config @@ -1355,7 +1355,7 @@ then rmdir --ignore-fail-on-non-empty auto/functions fi - if [ -d auto/scripts] + if [ -d auto/scripts ] then rmdir --ignore-fail-on-non-empty auto/scripts fi |