Correcting typo in lb_config when cleaning up auto/config.

This commit is contained in:
Daniel Baumann 2010-09-15 21:37:37 +02:00
parent 310ef68036
commit 3bec92e921
1 changed files with 1 additions and 1 deletions

View File

@ -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