mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-24 12:24:39 +01:00
Merge branch 'shebang' into 'main'
Update shebang in scripts to improve portability See merge request systemrescue/systemrescue-sources!313
This commit is contained in:
commit
f4743da599
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Parameters validation
|
||||
if [ -z "${sysrescuearch}" ] ; then
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Parameters validation
|
||||
if [ -z "${sysrescuearch}" ] ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue