1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 18:14:12 +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
cd $stage; zip -r "$top/$jar" *
(cd $stage; zip -r "$top/$jar" *)
rm -rf "$stage"