From 851e04713a2139e8b8558ecb23fab39fe4b1ce7b Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 17 Mar 2021 00:06:12 +0100 Subject: [PATCH] small fixes --- run_in_chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_in_chroot.sh b/run_in_chroot.sh index 6ab9356..2f3ad5d 100755 --- a/run_in_chroot.sh +++ b/run_in_chroot.sh @@ -17,7 +17,7 @@ for i in $(find "${vars}" -type f); do source "${i}" done -input="${@}" +input=( "${@}" ) max="${#input[@]}" echo 0 "${input[0]}" echo 1 "${input[1]}"