mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
failure case
This commit is contained in:
parent
29cb04dd8b
commit
f3f0c659bb
|
@ -15,6 +15,9 @@ if which "$exe" 2>&1; then
|
||||||
# (invoking `ld` as `lld64.ld`) watch for those potential cases
|
# (invoking `ld` as `lld64.ld`) watch for those potential cases
|
||||||
elif which ld 2>&1; then
|
elif which ld 2>&1; then
|
||||||
exe=$(which ld)
|
exe=$(which ld)
|
||||||
|
else
|
||||||
|
echo 'ld not found in PATH' >&2
|
||||||
|
exit 127
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$TEA_PREFIX"
|
if test -z "$TEA_PREFIX"
|
||||||
|
|
Loading…
Reference in a new issue