utils#sh: replace dummy

This commit is contained in:
Jörg Thalheim 2015-01-15 08:39:32 +01:00
parent af94ab692f
commit 591a76a496
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ end
def sh(cmd, *args)
puts "$ #{cmd} "+ args.map {|a| "'#{a}'" }.join(" ")
#system(cmd, *args)
system(cmd, *args)
end
def die(msg)