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

Add quotes around DAFFY_HOME env. var test

parent 289c0f39
No related branches found
No related tags found
Loading
...@@ -137,7 +137,7 @@ scons $SCONSDEBUG || exit 1 ...@@ -137,7 +137,7 @@ scons $SCONSDEBUG || exit 1
cd $IRDB_TRANSFORMS cd $IRDB_TRANSFORMS
scons $SCONSDEBUG -j 3 || exit 1 scons $SCONSDEBUG -j 3 || exit 1
if [[ -d $DAFFY_HOME ]] && [[ $(uname -p) == 'x86_64' ]]; then if [[ -d "$DAFFY_HOME" ]] && [[ $(uname -p) == 'x86_64' ]]; then
cd $DAFFY_HOME cd $DAFFY_HOME
./setup_cfar.sh || exit 1 ./setup_cfar.sh || exit 1
fi 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