summaryrefslogtreecommitdiff
path: root/pcomplete.c~
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 13:42:09 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 13:42:09 -0500
commit6e70dbff655716a31da3871cb8176b21aaef806c (patch)
tree606421dcbfcc9c9cc386bd333e0019e67da58758 /pcomplete.c~
parent01ed5ba4e7649a862566f493332765dae8d30092 (diff)
downloadbash-6e70dbff655716a31da3871cb8176b21aaef806c.tar.gz
commit bash-20050106 snapshot
Diffstat (limited to 'pcomplete.c~')
-rw-r--r--pcomplete.c~2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcomplete.c~ b/pcomplete.c~
index ccac5c28..371f0842 100644
--- a/pcomplete.c~
+++ b/pcomplete.c~
@@ -882,7 +882,7 @@ bind_compfunc_variables (line, ind, lwords, cw, exported)
/* Set the variables that the function expects while it executes. Maybe
these should be in the function environment (temporary_env). */
- v = bind_variable ("COMP_LINE", line);
+ v = bind_variable ("COMP_LINE", line, 0);
if (v && exported)
VSETATTR(v, att_exported);