diff options
Diffstat (limited to 'configs/releng/airootfs/root')
-rwxr-xr-x | configs/releng/airootfs/root/.automated_script.sh | 2 | ||||
-rwxr-xr-x | configs/releng/airootfs/root/customize_airootfs.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/releng/airootfs/root/.automated_script.sh b/configs/releng/airootfs/root/.automated_script.sh index ce29d73..ed3a924 100755 --- a/configs/releng/airootfs/root/.automated_script.sh +++ b/configs/releng/airootfs/root/.automated_script.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash script_cmdline () { diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh index 5be4027..bd9a799 100755 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ b/configs/releng/airootfs/root/customize_airootfs.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e -u |