Refined zregen.sh to accept argumetns and not run the 64-bit generator if the 32-bit one failed.

This commit is contained in:
Pietro Gagliardi 2014-07-15 22:30:42 -04:00
parent 09ed472138
commit 0ddc060410
1 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
go run zwinconstgen.go . 386
go run zwinconstgen.go . amd64
go run zwinconstgen.go . 386 "$@" && go run zwinconstgen.go . amd64 "$@"