mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-07 16:25:45 +01:00
Deal with exit status of subsheels in make_jar.sh
This commit is contained in:
@@ -48,9 +48,10 @@ do
|
||||
do
|
||||
[ -f "$f" ] && copytext "$f" "$stage/$f"
|
||||
done
|
||||
)
|
||||
true
|
||||
) || exit 1
|
||||
done
|
||||
|
||||
(cd $stage; zip -r "$top/$jar" *)
|
||||
(cd $stage; zip -r "$top/$jar" *) || exit 1
|
||||
rm -rf "$stage"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user