scripts: invoke interpreters through /usr/bin/env

Closes #7602
This commit is contained in:
a1346054 2021-08-21 10:57:11 +00:00 committed by Daniel Stenberg
parent 473b893c7e
commit 5458e6bd18
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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