small fixes
This commit is contained in:
parent
e99d1c755f
commit
851e04713a
|
@ -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]}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user