We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0301da0 commit 03cb5afCopy full SHA for 03cb5af
enterprise/redhat/openshift-ai/gaudi/docker/utils/process.sh
@@ -17,7 +17,7 @@
17
function start_process() {
18
trap stop_process TERM INT
19
20
- echo "Running command: $@"
+ echo "Running command:" "$@"
21
"$@" &
22
23
PID=$!
0 commit comments