Skip to content

Commit

Permalink
Patch bin scripts to support the #! Makefile.PL was invoked with (#114)
Browse files Browse the repository at this point in the history
setting it to #!perl makes EUMM update the #! during install
  • Loading branch information
toddr committed Jul 8, 2022
1 parent ccbb34c commit 8faa4e8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion script/sqlt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!perl
# vim: set ft=perl:

# -------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion script/sqlt-diagram
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!perl

# -------------------------------------------------------------------
# Copyright (C) 2002-2011 SQLFairy Authors
Expand Down
2 changes: 1 addition & 1 deletion script/sqlt-diff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!perl
# vim: set ft=perl:

# -------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion script/sqlt-diff-old
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!perl
# vim: set ft=perl:

# -------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion script/sqlt-dumper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!perl

# -------------------------------------------------------------------
# Copyright (C) 2002-2009 SQLFairy Authors
Expand Down
2 changes: 1 addition & 1 deletion script/sqlt-graph
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!perl

# -------------------------------------------------------------------
# Copyright (C) 2002-2009 SQLFairy Authors
Expand Down
2 changes: 1 addition & 1 deletion script/sqlt.cgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!perl

# -------------------------------------------------------------------
# Copyright (C) 2002-2009 SQLFairy Authors
Expand Down

0 comments on commit 8faa4e8

Please sign in to comment.