Commit 30626b52 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #5394 from Christian Brunotte

* gh-5394:
  Update launch.script so popd does not print directory name to stdout
parents 0f6b76cf 677080b8
......@@ -217,7 +217,7 @@ run() {
pushd "$(dirname "$jarfile")" > /dev/null
$command
result=$?
popd
popd > /dev/null
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