From e1c3a04153a29038da71fdbc6c5575f99ee22e74 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 7 Mar 2012 16:33:53 -0500 Subject: [PATCH] removing one more troublesome special case for windows. --- scripts/core/create_tempdir.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.34.1