Update shebang in scripts to improve portability

This commit is contained in:
Francois Dupoux 2024-12-06 17:03:18 +00:00
parent 6e15e90ad8
commit 4ed9e06281
No known key found for this signature in database
GPG key ID: 3B0FEA9BE13CA3C9
3 changed files with 3 additions and 3 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
# Parameters validation
if [ -z "${sysrescuearch}" ] ; then

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Parameters validation
if [ -z "${sysrescuearch}" ] ; then