Added check that we are running from the proper location (this time which actually works)

This commit is contained in:
Wyatt Olson
2010-09-16 07:53:28 -06:00
parent 93787f15ac
commit b9e80263c3

View File

@@ -8,9 +8,8 @@
# #
##################### #####################
TEMP=temp_file TEMP=temp_file
PATH=rtdata/languages
cd $PATH cd "rtdata/languages"
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
echo "You must run this script from the root of the project." echo "You must run this script from the root of the project."
exit exit