Correcting typo in lb_config when cleaning up auto/config.
This commit is contained in:
parent
310ef68036
commit
3bec92e921
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue