X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d1c17b57ec52c6e81c4ac97dfdf49e6cbdc5f766..8213ab5f29ad2271f01acc84fcdcba75eb2ac95e:/vim/ultisnips/sh.snippets diff --git a/vim/ultisnips/sh.snippets b/vim/ultisnips/sh.snippets index ff10449..8393d02 100644 --- a/vim/ultisnips/sh.snippets +++ b/vim/ultisnips/sh.snippets @@ -26,7 +26,7 @@ function usage () # Parse arguments declare -a args -while [[ $# > 0 ]]; do +while [[ $# -gt 0 ]]; do opt="\$1" case $opt in