some output for testing

This commit is contained in:
John Bintz 2011-09-09 15:38:11 -04:00
parent 9c78766ded
commit 64046bc308

View File

@ -112,6 +112,9 @@ module Qt
end
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 = nil if path == ''
path