hack: quote all parameters with variable interpolation
better safe then sorry. especially for rm Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk> Upstream-commit: ac20568b0a62c794c0f1190703f051bd1cfac341 Component: engine
This commit is contained in:
@ -85,4 +85,4 @@ go_run_test_dir() {
|
||||
fi
|
||||
}
|
||||
|
||||
bundle_test_unit 2>&1 | tee -a $DEST/test.log
|
||||
bundle_test_unit 2>&1 | tee -a "$DEST/test.log"
|
||||
|
||||
Reference in New Issue
Block a user