mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
properly pass multi-word arguments to commands
This commit is contained in:
+1
-1
@@ -91,5 +91,5 @@ elif [[ "$1" = "rspec" ]]; then
|
||||
|
||||
$DOCKER_COMPOSE -f $COMPOSE_FILE exec backend-test bundle exec rspec "${@:2}"
|
||||
else
|
||||
$DOCKER_COMPOSE -f $COMPOSE_FILE $*
|
||||
$DOCKER_COMPOSE -f $COMPOSE_FILE "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user