mirror of
https://github.com/gryf/wmaker.git
synced 2026-05-10 03:02:59 +02:00
Some bug fixes to 0.50.0 before release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user