diff options
| -rw-r--r-- | Library/Formula/dotless.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/dotless.rb b/Library/Formula/dotless.rb index 9ebdb1619..6c5f86106 100644 --- a/Library/Formula/dotless.rb +++ b/Library/Formula/dotless.rb @@ -13,10 +13,10 @@ class Dotless < Formula puts "http://www.go-mono.com/mono-downloads/download.html" end - (bin + 'dotless').write <<-EOF -#!/bin/bash -exec #{mono_path} #{libexec}/dotless.Compiler.exe $@ -EOF + (bin+'dotless').write <<-EOF.undent + #!/bin/bash + exec "#{mono_path}" "#{libexec}/dotless.Compiler.exe" "$@" + EOF libexec.install Dir['*.exe'] (share+'dotless').install Dir['*.txt'] |
