From b9e80263c3df3237dcc8387c58af4b2760d4783e Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Thu, 16 Sep 2010 07:53:28 -0600 Subject: [PATCH] Added check that we are running from the proper location (this time which actually works) --- tools/generateTranslationDiffs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/generateTranslationDiffs.sh b/tools/generateTranslationDiffs.sh index 43b5393a4..d1f407022 100755 --- a/tools/generateTranslationDiffs.sh +++ b/tools/generateTranslationDiffs.sh @@ -8,9 +8,8 @@ # ##################### TEMP=temp_file -PATH=rtdata/languages -cd $PATH +cd "rtdata/languages" if [[ $? != 0 ]]; then echo "You must run this script from the root of the project." exit