Skip to content

Commit

Permalink
CONFIGURE: Prevent [] in subengine list from triggering globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
wjp committed Sep 11, 2012
1 parent 000feae commit 7c23394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -692,7 +692,7 @@ get_engine_build_string() {
engine_string="`get_engine_name $1` $engine_string"
fi

echo $engine_string
echo "$engine_string"
}

# Get the string about building subengines
Expand Down Expand Up @@ -729,7 +729,7 @@ get_subengines_build_string() {
fi
fi

echo $subengine_string
echo "$subengine_string"
}

# Engine specific build strings
Expand Down

0 comments on commit 7c23394

Please sign in to comment.