Skip to content
Snippets Groups Projects
Commit 75bc2d73 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

run.in: properly use exec

The arguments were reveresed an so we expanded to the empty statement.
parent bda335ab
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -e
EXEC="${exec:-$EXEC}"
EXEC="${EXEC:-exec}"
if [ "${PHOSH_VALGRIND}" = 1 ]; then
echo "Running phosh under valgrind"
......
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