Skip to content

Commit

Permalink
Fix a bug triggered when pwd != keytest
Browse files Browse the repository at this point in the history
  • Loading branch information
john committed Apr 3, 2011
1 parent 41418d7 commit 988547a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared_variables-gnumeric.sh
Expand Up @@ -9,7 +9,8 @@ else
DIRNAME0="$KT"
fi
#OUT_NAME=out/branch_16_a/
OUT_NAME=out/gnumeric_2/
. $DIRNAME0/local_keytest.rc
OUT_NAME=out/gnumeric_$OUT_COUNT/
#TMP_DIR=tmpfs/tmp-$USER/$OUT_NAME
TMP_DIR=`get_tmp_dir $USER $OUT_NAME`
LOG_FILE=$TMP_DIR/log
Expand Down

0 comments on commit 988547a

Please sign in to comment.