cask-switch-https: Fix script call when developer/bin is not in $PATH

This commit is contained in:
Tommy Sparber
2015-12-28 16:26:01 +11:00
parent 4445a0d2de
commit 0bc7ef8d8c
+1 -1
View File
@@ -131,7 +131,7 @@ if [[ -z "$1" ]]; then
for file in *.rb;
do
${program} ${options} ${file}
"$0" ${options} ${file}
done
exit 0