mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Update shebang in scripts to improve portability
This commit is contained in:
parent
6e15e90ad8
commit
4ed9e06281
|
|
@ -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