1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 07:02:30 +01:00

Some bug fixes to 0.50.0 before release

This commit is contained in:
dan
1999-01-07 12:31:05 +00:00
parent 0261c32636
commit b5e9c6f9ee
16 changed files with 3020 additions and 1542 deletions

View File

@@ -153,7 +153,7 @@ while [ $index -lt $dircount ]; do
eval origname=$"$fname"
echo "Recreating directory ../$origname"
(cd tmpdir; tar xf ../files/$fname.tar)
mv tmpdir/`basename $origname` ../$origname
mv tmpdir/$origname ../$origname
index=`expr $index + 1`
done
rm -fr tmpdir