diff options
| author | Chet Ramey <chet.ramey@case.edu> | 2013-08-12 19:18:42 -0400 |
|---|---|---|
| committer | Chet Ramey <chet.ramey@case.edu> | 2013-08-12 19:18:42 -0400 |
| commit | 1442f67c408e60769ff344f9e4c05104e2cef7d0 (patch) | |
| tree | 6c093574f9b9342f172a8d8367aa9a5849cd4d85 /lib/readline/bind.c | |
| parent | 25eee30b53c60c43b155880820d29c84928847ca (diff) | |
| download | bash-4.3-beta.tar.gz | |
bash-4.3-beta overlaybash-4.3-beta
Diffstat (limited to 'lib/readline/bind.c')
| -rw-r--r-- | lib/readline/bind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/readline/bind.c b/lib/readline/bind.c index 10bc7114..8acf4ac4 100644 --- a/lib/readline/bind.c +++ b/lib/readline/bind.c @@ -1330,6 +1330,7 @@ remove_trailing: { i = _rl_skip_to_delim (value, 1, *value); value[i] = '\0'; + value++; /* skip past the quote */ } else goto remove_trailing; |
