mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 05:34:51 +08:00
shellcheck
This commit is contained in:
@@ -5,6 +5,6 @@ for test in acceptance_tests/*.sh; do
|
||||
echo "--------------------------------------------------------------"
|
||||
echo "$test"
|
||||
echo "--------------------------------------------------------------"
|
||||
(exec $test);
|
||||
(exec "$test");
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user