small fixes

This commit is contained in:
teldra 2021-03-17 00:06:12 +01:00
parent e99d1c755f
commit 851e04713a
1 changed files with 1 additions and 1 deletions

View File

@ -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]}"