summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-15 22:30:42 -0400
committerPietro Gagliardi <[email protected]>2014-07-15 22:30:42 -0400
commit0ddc06041003309d1649a0f50c9b28cd2bc3005a (patch)
tree53073573485fe9ee137ae64bd84f8e2dbe073bce
parent09ed47213866c2293e6fee0f078b1c40553b1824 (diff)
Refined zregen.sh to accept argumetns and not run the 64-bit generator if the 32-bit one failed.
-rwxr-xr-xredo/zregen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/redo/zregen.sh b/redo/zregen.sh
index 6a69338..790d6ff 100755
--- a/redo/zregen.sh
+++ b/redo/zregen.sh
@@ -1,2 +1 @@
-go run zwinconstgen.go . 386
-go run zwinconstgen.go . amd64
+go run zwinconstgen.go . 386 "$@" && go run zwinconstgen.go . amd64 "$@"