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:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user