Merge pull request #5394 from Christian Brunotte
* gh-5394: Update launch.script so popd does not print directory name to stdout
This commit is contained in:
		
						commit
						30626b52aa
					
				| 
						 | 
					@ -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"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue