tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
xcbuild: exit with error if --find fails
Stéphan Kochen
3 years ago
2c2b799d
64e53896
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
xcbuild
wrapper.nix
+1
-1
pkgs/development/tools/xcbuild/wrapper.nix
···
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