Skip to content

Commit 5458e6b

Browse files
a1346054bagder
authored andcommitted
scripts: invoke interpreters through /usr/bin/env
Closes #7602
1 parent 473b893 commit 5458e6b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

MacOSX-Framework

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
#***************************************************************************
33
# _ _ ____ _
44
# Project ___| | | | _ \| |

lib/optiontable.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
print <<HEAD
44
/***************************************************************************

scripts/copyright.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22
#***************************************************************************
33
# _ _ ____ _
44
# Project ___| | | | _ \| |

scripts/delta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22
#***************************************************************************
33
# _ _ ____ _
44
# Project ___| | | | _ \| |

scripts/release-notes.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22
#***************************************************************************
33
# _ _ ____ _
44
# Project ___| | | | _ \| |

scripts/singleuse.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22
#***************************************************************************
33
# _ _ ____ _
44
# Project ___| | | | _ \| |

0 commit comments

Comments
 (0)