jslint запускается из терминала, но отказывается запускаться из sh-скрипта.
При этом вывод whereis выглядит довольно странно:
Mac:~ krypt$ jslint
Usage : "jslint myscript.js option[=true]"
Mac:~ krypt$ whereis jslint
Mac:~ krypt$ whereis whereis
/usr/bin/whereis
Mac:~ krypt$
Вывод скрипта:
runlint.sh: line 2: jslint: command not found
Где искjslint запускается из терминала, но отказывается запускаться из sh.
При этом вывод whereis выглядит так:
Mac:~ krypt$ jslint
Usage: «jslint myscript.js option[=true]»
Mac:~ krypt$ whereis jslint
Mac:~ krypt$ whereis whereis
/usr/bin/whereis
Mac:~ krypt$
Вывод скрипта:
runlint.sh: line 2: jslint: command not found
В чём может быть причина?