Skip to content
Snippets Groups Projects
Commit 88ecba8a authored by jdh8d's avatar jdh8d
Browse files

Fixed ps_run to deal with arguments correctly.

Former-commit-id: daf8213c9c34696b5d610e91bd20bac3bee2d831
parent 2440bf5d
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ if [ ! -z $VERBOSE ]; then
echo $command
fi
eval $command "$@"
eval $command \""$@"\"
SAVE_EXIT_CODE=$?
......
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