From: Chris Koeritz Date: Wed, 7 Mar 2012 21:33:53 +0000 (-0500) Subject: removing one more troublesome special case for windows. X-Git-Tag: 2.140.90~1504 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=e1c3a04153a29038da71fdbc6c5575f99ee22e74;p=feisty_meow.git removing one more troublesome special case for windows. --- diff --git a/scripts/core/create_tempdir.sh b/scripts/core/create_tempdir.sh index 9cbb89f9..5a13bb88 100644 --- a/scripts/core/create_tempdir.sh +++ b/scripts/core/create_tempdir.sh @@ -10,11 +10,8 @@ if [ ! -z "$SHELL_DEBUG" ]; then echo creating temporary directory...; fi source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" if [ -z "$TMP" ]; then + # main declaration of the transients area. export TMP=$HOME/.tmp - # main declaration of the transients area. - if [ "$OS" = "Windows_NT" ]; then - export TMP=c:/tmp - fi fi LOG_FILE=$TMP/zz_transients.log