From 965b2159c0a3328f86fcb72fa551820e24e7949c Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 25 Dec 2023 00:57:47 +0100 Subject: lun 25 dic 2023 00:57:49 CET --- stow/vim/.vim/ftplugin/sh/snippets/template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stow/vim/.vim/ftplugin/sh/snippets/template.txt') diff --git a/stow/vim/.vim/ftplugin/sh/snippets/template.txt b/stow/vim/.vim/ftplugin/sh/snippets/template.txt index 8b257fe..74e5658 100644 --- a/stow/vim/.vim/ftplugin/sh/snippets/template.txt +++ b/stow/vim/.vim/ftplugin/sh/snippets/template.txt @@ -17,7 +17,7 @@ errorAndUsage() { } # Process options -while getopts ':ab:c' opt; do +while getopts 'ab:c' opt; do case $opt in 'a' ) -- cgit v1.2.1