added is darwin check inside the prep script
[feisty_meow.git] / scripts / core / prep_feisty_host.sh
index bbbec053420b89c64590c2316bc7e222dd15716d..d58c4c0629faea78b6f5a8554ccedba65488ace4 100644 (file)
@@ -25,6 +25,9 @@ echo originating folder is $ORIGINATING_FOLDER
 export FEISTY_MEOW_APEX="$(/bin/pwd)"
 echo feisty now apex is FEISTY_MEOW_APEX=$FEISTY_MEOW_APEX
 
+# establish whether this is darwin (MacOS) or not.
+export IS_DARWIN="$(echo $OSTYPE | grep -i darwin)"
+
 ####
 
 # helper scripts...