fix minor issues

This commit is contained in:
Fco. Javier Delgado del Hoyo 2023-01-19 20:14:48 +01:00
parent 1f5f594e14
commit d6217926f2
3 changed files with 3 additions and 4 deletions

View file

@ -6,7 +6,7 @@ test:
# Checking for syntax errors
set -e; for SCRIPT in *.sh; \
do \
sh -n $$SCRIPT; \
bash -n $$SCRIPT; \
done
# Checking for bashisms (currently not failing, but only listing)