index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2020-07-11 11:42:57 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2020-07-11 16:31:18 +0300 |
commit | d5d0f781395bd80088d62217c95e134c8f8ffca3 (patch) | |
tree | 873169cfde2fb6b55af2e0e4da53e470da93223f /configs/releng | |
parent | 32e75b2a5d1c05cb6eea9283bb89b6053fcbd868 (diff) |
-rwxr-xr-x | configs/releng/airootfs/root/.automated_script.sh | 2 | ||||
-rwxr-xr-x | configs/releng/airootfs/root/customize_airootfs.sh | 2 | ||||
-rwxr-xr-x | configs/releng/build.sh | 2 |
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 diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 73d22c8..7974ab1 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e -u |