some os dont has OS

This commit is contained in:
Ville Rantanen
2019-09-28 17:24:02 +03:00
parent a10f2e285a
commit bd887f1db5

2
rc
View File

@@ -1,5 +1,5 @@
# source me to enable tools # source me to enable tools
case $OSTYPE in case "$OSTYPE" in
darwin*) darwin*)
QTOOLSPATH=$( realpath $( dirname "$BASH_SOURCE" ) ) QTOOLSPATH=$( realpath $( dirname "$BASH_SOURCE" ) )
;; ;;