diff --git a/misc/scripts/img2anim b/misc/scripts/img2anim index 43a06c3a..9cb36ffa 100755 --- a/misc/scripts/img2anim +++ b/misc/scripts/img2anim @@ -7,10 +7,9 @@ DEBUG=${DEBUG:-$DRY_RUN} function @ () { - [ -z $DEBUG ] \ - || echo "### $@" + echo "### $@" [ -z $DRY_RUN ] \ - && $@ + && "$@" }