mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
cask-switch-https: Fix script call when developer/bin is not in $PATH
This commit is contained in:
@@ -131,7 +131,7 @@ if [[ -z "$1" ]]; then
|
||||
|
||||
for file in *.rb;
|
||||
do
|
||||
${program} ${options} ${file}
|
||||
"$0" ${options} ${file}
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user