[bugfix][dunecontrol] Deal with whitespaces in path names properly.
Merged
[bugfix][dunecontrol] Deal with whitespaces in path names properly.
bugfix/dunecontrol
into
master
1 unresolved thread
1 unresolved thread
This fixes some of the issues in #365 (closed). Needs more input from someone else.
Merge request reports
Activity
222 222 fi 223 223 if test "x$DUNE_OPTS_FILE" != "x"; then 224 224 if test "$command" = "configure"; then 225 CMAKE_FLAGS="$(. $DUNE_OPTS_FILE; eval echo \$CMAKE_FLAGS)" 225 CMAKE_FLAGS="$(. "${DUNE_OPTS_FILE}"; eval echo \$CMAKE_FLAGS)" 226 226 CMAKE_FLAGS="$CMAKE_FLAGS -DDUNE_OPTS_FILE=$DUNE_OPTS_FILE" changed this line in version 2 of the diff
added 1 commit
- d3c8707d - [bugfix][dunecontrol] Deal with whitespaces in path names properly.
enabled an automatic merge when the pipeline for d3c8707d succeeds
Fixes #365 (closed).
mentioned in commit b4981225
mentioned in issue #365 (closed)
Please register or sign in to reply