]> git.tuebingen.mpg.de Git - gsu.git/blobdiff - misc/gsu/subcommand
gsu: Add missing declaration of a local variable.
[gsu.git] / misc / gsu / subcommand
index ddb351a01e9a0b1fe11a0c280bf004f004121fd1..43f7df77baf05e6fb3bcdad2a6907b20ee37ab02 100644 (file)
@@ -62,7 +62,7 @@ _gsu_print_available_commands()
 
 gsu_complete_options()
 {
-       local opts="$1" cword="$2" cur
+       local opts="$1" cword="$2" cur opt
        local -a words
 
        shift 2