Changeset - 12917a1e11ff
[Not reviewed]
master
0 1 0
Branko Majic (branko) - 1 month ago 2024-03-24 20:31:27
branko@majic.rs
[TEMPLATE.sh.tpl] Fix the accidental use of tabs instead of spaces for indentation.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
templates/TEMPLATE.sh.tpl
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)