Use /usr/bin/env in shebangs

This commit is contained in:
nl6720 2020-07-11 11:42:57 +03:00
parent 32e75b2a5d
commit d5d0f78139
No known key found for this signature in database
GPG Key ID: 5CE88535E188D369
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e -u

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
script_cmdline ()
{

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e -u

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e -u