From bd887f1db548406f63050b7c0fd18f9628ef54a7 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Sat, 28 Sep 2019 17:24:02 +0300 Subject: [PATCH] some os dont has OS --- rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc b/rc index 290803c..797731b 100755 --- a/rc +++ b/rc @@ -1,5 +1,5 @@ # source me to enable tools -case $OSTYPE in +case "$OSTYPE" in darwin*) QTOOLSPATH=$( realpath $( dirname "$BASH_SOURCE" ) ) ;;