Browse Source

scripts: invoke interpreters through /usr/bin/env

Closes #7602
a1346054 2 years ago
parent
commit
5458e6bd18
6 changed files with 6 additions and 6 deletions
  1. 1 1
      MacOSX-Framework
  2. 1 1
      lib/optiontable.pl
  3. 1 1
      scripts/copyright.pl
  4. 1 1
      scripts/delta
  5. 1 1
      scripts/release-notes.pl
  6. 1 1
      scripts/singleuse.pl

+ 1 - 1
MacOSX-Framework

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #***************************************************************************
 #                                  _   _ ____  _
 #  Project                     ___| | | |  _ \| |

+ 1 - 1
lib/optiontable.pl

@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 print <<HEAD
 /***************************************************************************

+ 1 - 1
scripts/copyright.pl

@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #***************************************************************************
 #                                  _   _ ____  _
 #  Project                     ___| | | |  _ \| |

+ 1 - 1
scripts/delta

@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #***************************************************************************
 #                                  _   _ ____  _
 #  Project                     ___| | | |  _ \| |

+ 1 - 1
scripts/release-notes.pl

@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #***************************************************************************
 #                                  _   _ ____  _
 #  Project                     ___| | | |  _ \| |

+ 1 - 1
scripts/singleuse.pl

@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #***************************************************************************
 #                                  _   _ ____  _
 #  Project                     ___| | | |  _ \| |