From 12917a1e11ffd38dc064e361cdd4dfec858fcaf2 2024-03-24 20:31:27 From: Branko Majic Date: 2024-03-24 20:31:27 Subject: [PATCH] [TEMPLATE.sh.tpl] Fix the accidental use of tabs instead of spaces for indentation. --- diff --git a/templates/TEMPLATE.sh.tpl b/templates/TEMPLATE.sh.tpl index a32d0988fde70fe71626d08003f06be8aa9f9305..1c070a98e7043d486e5f4abf0b57dfd4b576c8c4 100644 --- a/templates/TEMPLATE.sh.tpl +++ b/templates/TEMPLATE.sh.tpl @@ -157,8 +157,8 @@ fi # Parse the arguments while getopts "qdvh" opt; do case "\$opt" in - q) QUIET=1;; - d) DEBUG=1;; + q) QUIET=1;; + d) DEBUG=1;; v) version exit "$SUCCESS";; h) long_help