Skip to content
Snippets Groups Projects
Commit b50c26a7 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Script cleanup

Former-commit-id: 412ba774
parent 8917bc22
No related branches found
No related tags found
No related merge requests found
......@@ -67,12 +67,12 @@ scons -c || exit
cd $PEASOUP_UMBRELLA_DIR/zipr_unpin_plugin
scons -c || exit
if [ -d $ZIPR_HOME ]; then
if [ -d "$ZIPR_HOME" ]; then
cd $ZIPR_HOME
scons -c || exit
fi
if [ -d $DAFFY_HOME ]; then
if [ -d "$DAFFY_HOME" ]; then
cd $DAFFY_HOME
./clean_cfar.sh
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment