eval the input command

This commit is contained in:
Brady Joslin 2020-08-13 00:12:47 -05:00 committed by GitHub
parent bc7b76075d
commit 212d5a5125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ execute_commands() {
CHUNKS+=("$CHUNK")
done
"${CHUNKS[@]}"
eval "${CHUNKS[@]}"
CHUNKS=()
done <<< "$COMMANDS"