scriptcs: cleanup wrapper script.

master
Mike McQuaid 2015-03-23 08:48:28 +00:00
parent 06146ab13a
commit bc86189979
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ class Scriptcs < Formula
system "./build.sh"
libexec.install Dir["src/ScriptCs/bin/Release/*"]
(libexec/script_file).write <<-EOS.undent
#!/usr/bin/env bash
mono #{libexec}/scriptcs.exe $@
#!/bin/bash
mono #{libexec}/scriptcs.exe $@
EOS
(libexec/script_file).chmod 0755
bin.install_symlink libexec/script_file => "scriptcs"