mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-06-21 14:19:07 +00:00
fix minor issues
This commit is contained in:
parent
1f5f594e14
commit
d6217926f2
3 changed files with 3 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue