]> git.tuebingen.mpg.de Git - gsu.git/blobdiff - subcommand
subcommand: Declare two variables of gsu_getopts() as local.
[gsu.git] / subcommand
index 561ca1a062a16fa1fd7025be7d5f95c4df33bab6..e695b588e14e395169f896d7ce1f354e43615f21 100644 (file)
@@ -96,7 +96,7 @@ gsu_check_arg_count()
 #      [[ -n "$o_c" ]] && echo "The -c option was given with arg $o_c"
 gsu_getopts()
 {
-       local i c tab=' ' cr='
+       local i c c1 c2 tab='   ' cr='
 '
 
        gsu_check_arg_count $# 1 1