Skip to content

Commit

Permalink
Add require 'rubygems' to scripts so bitescript gem can be found.
Browse files Browse the repository at this point in the history
  • Loading branch information
jabr committed Jun 16, 2011
1 parent 922d5eb commit c001130
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/mirah
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

require 'rubygems'

begin
require 'mirah'
rescue LoadError
Expand Down
2 changes: 2 additions & 0 deletions bin/mirahc
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

require 'rubygems'

begin
require 'mirah'
rescue LoadError
Expand Down
2 changes: 2 additions & 0 deletions bin/mirahp
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

require 'rubygems'

begin
require 'mirah'
rescue LoadError
Expand Down

0 comments on commit c001130

Please sign in to comment.