From 0bc7ef8d8cfad766164673cc2da9ec7253ce3618 Mon Sep 17 00:00:00 2001 From: Tommy Sparber Date: Mon, 28 Dec 2015 16:26:01 +1100 Subject: [PATCH] cask-switch-https: Fix script call when developer/bin is not in $PATH --- developer/bin/cask-switch-https | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/bin/cask-switch-https b/developer/bin/cask-switch-https index 8b8c57e4b7..e24c1ec9ac 100755 --- a/developer/bin/cask-switch-https +++ b/developer/bin/cask-switch-https @@ -131,7 +131,7 @@ if [[ -z "$1" ]]; then for file in *.rb; do - ${program} ${options} ${file} + "$0" ${options} ${file} done exit 0