lib/webconsole/dependencies/lib/tester.rb in webconsole-0.1.18 vs lib/webconsole/dependencies/lib/tester.rb in webconsole-0.1.19
- old
+ new
@@ -10,10 +10,10 @@
private
require 'shellwords'
def self.check_shell_command(name)
command = "type -a #{Shellwords.escape(name)} > /dev/null 2>&1"
- return system(command)
+ system(command)
end
end
end
\ No newline at end of file