Fix load of various plugins: fastfile, keychain, sfffe, stack

This commit is contained in:
Marc Cornellà
2020-05-26 17:59:45 +02:00
parent 68d51bd7d8
commit 2d6965f856
4 changed files with 10 additions and 11 deletions

View File

@@ -6,9 +6,9 @@
# REQUIRE: ack
# ------------------------------------------------------------------------------
if [ ! -x $(which ack) ]; then
echo \'ack\' is not installed!
exit -1
if (( ! $+commands[ack] )); then
echo "'ack' is not installed!"
return
fi
ajs() {