bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-07-16 13:55:01 +03:00
parent e826b5881a
commit e910f45ccf

View File

@ -7,10 +7,9 @@
DEBUG=${DEBUG:-$DRY_RUN} DEBUG=${DEBUG:-$DRY_RUN}
function @ () { function @ () {
[ -z $DEBUG ] \ echo "### $@"
|| echo "### $@"
[ -z $DRY_RUN ] \ [ -z $DRY_RUN ] \
&& $@ && "$@"
} }