end
def scm_version_from_command_line
- shellout("#{sq_bin} --version") { |io| io.read }.to_s
+ shellout("#{sq_bin} --version") {|io| io.read}.to_s
end
end
end
ret = shellout(
self.class.sq_bin + ' ' +
- full_args_locale.map { |e| shell_quote e.to_s }.join(' '),
+ full_args_locale.map {|e| shell_quote e.to_s}.join(' '),
&block
)
if $? && $?.exitstatus != 0
end
ret = shellout(
self.class.sq_bin + ' ' +
- full_args_locale.map { |e| shell_quote e.to_s }.join(' '),
+ full_args_locale.map {|e| shell_quote e.to_s}.join(' '),
&block
)
ret