Skip to content

Commit

Permalink
Get rid of useless shebangs.
Browse files Browse the repository at this point in the history
  • Loading branch information
voxik committed Aug 17, 2012
1 parent 2151e20 commit ba57477
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/diff/lcs/array.rb
@@ -1,4 +1,3 @@
#! /usr/env/bin ruby
#--
# Copyright 2004 Austin Ziegler <diff-lcs@halostatue.ca>
# adapted from:
Expand Down
1 change: 0 additions & 1 deletion lib/diff/lcs/block.rb
@@ -1,4 +1,3 @@
#! /usr/env/bin ruby
#--
# Copyright 2004 Austin Ziegler <diff-lcs@halostatue.ca>
# adapted from:
Expand Down
1 change: 0 additions & 1 deletion lib/diff/lcs/callbacks.rb
@@ -1,4 +1,3 @@
#! /usr/env/bin ruby
#--
# Copyright 2004 Austin Ziegler <diff-lcs@halostatue.ca>
# adapted from:
Expand Down
2 changes: 0 additions & 2 deletions lib/diff/lcs/ldiff.rb
@@ -1,5 +1,3 @@
#!/usr/bin/env ruby

require 'optparse'
require 'ostruct'
require 'diff/lcs/hunk'
Expand Down
1 change: 0 additions & 1 deletion lib/diff/lcs/string.rb
@@ -1,4 +1,3 @@
#! /usr/env/bin ruby
#--
# Copyright 2004 Austin Ziegler <diff-lcs@halostatue.ca>
# adapted from:
Expand Down

0 comments on commit ba57477

Please sign in to comment.