1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-01 19:42:32 +01:00

Small bug fixes over 0.20.2 -Dan

This commit is contained in:
dan
1998-10-23 17:07:08 +00:00
parent 9af1c6c415
commit abde3e0c4e
13 changed files with 111 additions and 78 deletions

View File

@@ -96,7 +96,7 @@ EOF
for i in $files; do
echo $OTREE/$i
echo "echo \"Removing ../$i\"" >> $TMP/delfiles
if [ -d $OTREE/$delfiles ]; then
if [ -d $OTREE/$i ]; then
echo "rm -rf ../$i" >> $TMP/delfiles
else
echo "rm ../$i" >> $TMP/delfiles