Commit 677080b8 authored by Christian Brunotte's avatar Christian Brunotte Committed by Andy Wilkinson

Update launch.script so popd does not print directory name to stdout

Closes gh-5394
parent 0f6b76cf
...@@ -217,7 +217,7 @@ run() { ...@@ -217,7 +217,7 @@ run() {
pushd "$(dirname "$jarfile")" > /dev/null pushd "$(dirname "$jarfile")" > /dev/null
$command $command
result=$? result=$?
popd popd > /dev/null
return "$result" return "$result"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment