1
0
mirror of https://github.com/limosek/zaf.git synced 2024-09-20 21:01:38 +02:00

which => zaf_which

This commit is contained in:
Lukas Macura 2016-11-21 18:20:03 +01:00
parent 72ef383146
commit 006a9fc99b

2
zaf
View File

@ -221,7 +221,7 @@ self-upgrade)
shift
[ -z "$1" ] && auto=auto
zaf_os_specific zaf_check_deps zaf && zaf_err "Zaf is installed as system package. Cannot self-upgrade."
if ! which curl >/dev/null;
if ! zaf_which curl >/dev/null;
then
zaf_err "Curl not found. Cannot continue. Please install it."
fi