mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +01:00
fix script to delete build dir
This commit is contained in:
parent
49ade38aca
commit
5adedac314
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
popd
|
popd
|
||||||
if [ -s "${NO_RM}" ]; then
|
if [ -z "${NO_RM}" ]; then
|
||||||
rm -rf $DIR
|
rm -rf $DIR
|
||||||
else
|
else
|
||||||
echo "not removing: $DIR"
|
echo "not removing: $DIR"
|
||||||
|
|
Loading…
Add table
Reference in a new issue