Merge branch 'shebang' into 'main'

Update shebang in scripts to improve portability

See merge request systemrescue/systemrescue-sources!313
This commit is contained in:
Francois Dupoux 2024-12-06 17:14:35 +00:00
commit f4743da599
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