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

Script cleanup

parent ac067e88
No related branches found
No related tags found
No related merge requests found
Pipeline #1471 passed
......@@ -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