Skip to content

Commit 03cb5af

Browse files
committed
Seperated string and array from process.sh
Signed-off-by: sharvil10 <sharvil.shah@intel.com>
1 parent 0301da0 commit 03cb5af

File tree

1 file changed

+1
-1
lines changed
  • enterprise/redhat/openshift-ai/gaudi/docker/utils

1 file changed

+1
-1
lines changed

enterprise/redhat/openshift-ai/gaudi/docker/utils/process.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
function start_process() {
1818
trap stop_process TERM INT
1919

20-
echo "Running command: $@"
20+
echo "Running command:" "$@"
2121
"$@" &
2222

2323
PID=$!

0 commit comments

Comments
 (0)