# HG changeset patch # User jwe # Date 846643672 0 # Node ID adde4cb6b15db7104c6781fd01863b3224170f46 # Parent 61306ea5f870667dcfd568e059076983ace96dc0 [project @ 1996-10-30 02:47:52 by jwe] diff --git a/src/variables.cc b/src/variables.cc --- a/src/variables.cc +++ b/src/variables.cc @@ -1681,6 +1681,10 @@ SYMTAB_ALL_SCOPES); } + // XXX FIXME XXX -- this needs to be optimized to avoid the + // pattern matching code if the string doesn't contain any + // globbing patterns. + for (int k = idx; k < argc; k++) { string patstr = argv[k];