Imported from ../bash-2.04.tar.gz.
[platform/upstream/bash.git] / examples / functions / which
index 54ace77..ca33703 100644 (file)
@@ -6,7 +6,7 @@
 
 which()
 {
-       local aflag sflag ES a
+       local aflag sflag ES a opt
 
        OPTIND=1
        while builtin getopts as opt ; do