Skip to content

Commit

Permalink
- Normalized shebangs to fix problems on windows (luis)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ZenTest/dev/": change = 6474]
  • Loading branch information
zenspider committed Jul 21, 2011
1 parent 7bcc9d9 commit 0a9c244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/unit_diff
@@ -1,5 +1,5 @@
#!/usr/local/bin/ruby -ws
#
#!/usr/bin/env ruby -ws
#
# unit_diff - a ruby unit test filter by Ryan Davis <ryand-ruby@zenspider.com>
#
# usage:
Expand Down
2 changes: 1 addition & 1 deletion bin/zentest
@@ -1,4 +1,4 @@
#!/usr/local/bin/ruby -swI .
#!/usr/bin/env ruby -swI .

require 'zentest'

Expand Down

0 comments on commit 0a9c244

Please sign in to comment.