some output for testing
This commit is contained in:
parent
9c78766ded
commit
64046bc308
@ -112,6 +112,9 @@ module Qt
|
|||||||
end
|
end
|
||||||
|
|
||||||
def get_exe_path(command)
|
def get_exe_path(command)
|
||||||
|
system %{bash -c 'which which 2>&1'}
|
||||||
|
system %{bash -c 'which command 2>&1'}
|
||||||
|
|
||||||
path = %x{which #{command}}.strip
|
path = %x{which #{command}}.strip
|
||||||
path = nil if path == ''
|
path = nil if path == ''
|
||||||
path
|
path
|
||||||
|
Loading…
Reference in New Issue
Block a user