mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Update shebang in scripts to improve portability
This commit is contained in:
parent
6e15e90ad8
commit
4ed9e06281
3 changed files with 3 additions and 3 deletions
2
build.sh
2
build.sh
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e -u
|
||||
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Add a link
Reference in a new issue