Skip to content

Commit

Permalink
scripts: invoke interpreters through /usr/bin/env
Browse files Browse the repository at this point in the history
Closes #7602
  • Loading branch information
a1346054 authored and bagder committed Aug 23, 2021
1 parent 473b893 commit 5458e6b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MacOSX-Framework
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
Expand Down
2 changes: 1 addition & 1 deletion lib/optiontable.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

print <<HEAD
/***************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion scripts/copyright.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
Expand Down
2 changes: 1 addition & 1 deletion scripts/delta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
Expand Down
2 changes: 1 addition & 1 deletion scripts/release-notes.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
Expand Down
2 changes: 1 addition & 1 deletion scripts/singleuse.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
Expand Down

0 comments on commit 5458e6b

Please sign in to comment.