From: Peizhao Ou Date: Thu, 18 Feb 2016 01:07:33 +0000 (-0800) Subject: edits X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=commitdiff_plain;h=1b435536cfa2f48dd4177f244291add149d3618c edits --- diff --git a/clean.sh b/clean.sh index e298d7d..827d047 100755 --- a/clean.sh +++ b/clean.sh @@ -4,6 +4,6 @@ if [ -z $SPEC_COMPILER_HOME ]; then SPEC_COMPILER_HOME=~/spec-checker-compiler fi -OUTPUT_PATH=$SPEC_COMPILER_HOME/src/edu/uci/eecs/specCompiler/grammerParser +OUTPUT_PATH=$SPEC_COMPILER_HOME/src/edu/uci/eecs/utilParser echo "Deleting the old generated java files." rm $OUTPUT_PATH/*.java