Skip to content
Snippets Groups Projects
Commit 1cc16df4 authored by Markus Blatt's avatar Markus Blatt
Browse files

Joe is right multiple whitespaces seem to be ignored.

[[Imported from SVN: r4685]]
parent dc007e8c
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ done
# We need to run this via eval in order construct the case for the commands
eval '
case "$command" in
'$(echo $COMMANDS | sed -e 's/ \+/ | /g')')
'$(echo $COMMANDS | sed -e 's/ / | /g')')
find_modules_in_path
if test "x$MODULE" = "x"; then
sort_modules $MODULES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment