File diff db25cc075b55 → 12917a1e11ff
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