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

Sanity check daffy dir exists before cleaning

Former-commit-id: 289c0f39
parent 2f67e382
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,10 @@ if [ -d $ZIPR_HOME ]; then
scons -c || exit
fi
cd $DAFFY_HOME
./clean_cfar.sh
if [ -d $DAFFY_HOME ]; then
cd $DAFFY_HOME
./clean_cfar.sh
fi
cd $PEASOUP_UMBRELLA_DIR
......
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