1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 19:45:47 +01:00

fix: "filesystem is busy" erro on Cygwin

This commit is contained in:
teramako
2009-01-08 21:19:48 +09:00
parent a98edd9767
commit e581465101

View File

@@ -51,6 +51,6 @@ do
) )
done done
cd $stage; zip -r "$top/$jar" * (cd $stage; zip -r "$top/$jar" *)
rm -rf "$stage" rm -rf "$stage"