xcbuild: exit with error if --find fails
Stéphan Kochen 3 years ago 2c2b799d 64e53896
··· 73 73 --toolchain | -toolchain) shift ;; 74 74 --find | -find | -f) 75 75 shift 76 76 - command -v $1 ;; 76 76 + command -v $1 || exit 1 ;; 77 77 --log | -log) ;; # noop 78 78 --verbose | -verbose) ;; # noop 79 79 --no-cache | -no-cache) ;; # noop