From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sat, 21 Aug 2021 10:57:11 +0000 (+0000) Subject: scripts: invoke interpreters through /usr/bin/env X-Git-Tag: curl-7_79_0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5458e6bd182260ba606d0ac40a9d7abc2aa935f2;p=thirdparty%2Fcurl.git scripts: invoke interpreters through /usr/bin/env Closes #7602 --- diff --git a/MacOSX-Framework b/MacOSX-Framework index fdf51d6a93..1a6bc02d56 100755 --- a/MacOSX-Framework +++ b/MacOSX-Framework @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | diff --git a/lib/optiontable.pl b/lib/optiontable.pl index 31cfbcee60..713ed9870e 100644 --- a/lib/optiontable.pl +++ b/lib/optiontable.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl print <