Vim: Fix wrong getopts in bash template
This commit is contained in:
		@@ -86,7 +86,7 @@ main() {
 | 
			
		||||
	# Parse out arguments
 | 
			
		||||
	while [ -n "$1" ]; do
 | 
			
		||||
		# Parse out flags
 | 
			
		||||
		while getopts ":chv" opt; do
 | 
			
		||||
		while getopts ":c:hv" opt; do
 | 
			
		||||
			case $opt in
 | 
			
		||||
				c)
 | 
			
		||||
					_optconfigfile="$OPTARG"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user