Skip to content
Snippets Groups Projects
Commit d6c16706 authored by Christian Engwer's avatar Christian Engwer
Browse files

correctly escape the command parameters

[[Imported from SVN: r5970]]
parent 1abca786
Branches
Tags
No related merge requests found
......@@ -783,7 +783,7 @@ EOF
fi
done
echo "--- going to build $NAMES ---"
build_modules "$BUILDMODULES" $@
build_modules "$BUILDMODULES" "$@"
echo "--- done ---"
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment