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
No related branches found
No related tags found
No related merge requests found
...@@ -783,7 +783,7 @@ EOF ...@@ -783,7 +783,7 @@ EOF
fi fi
done done
echo "--- going to build $NAMES ---" echo "--- going to build $NAMES ---"
build_modules "$BUILDMODULES" $@ build_modules "$BUILDMODULES" "$@"
echo "--- done ---" echo "--- done ---"
;; ;;
esac esac
......
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