mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 11:12:36 +02:00
commit bash-snap-20170616 snapshot
This commit is contained in:
+1
-1
@@ -193,7 +193,7 @@ rl_tilde_expand (int ignore, int key)
|
||||
}
|
||||
else if (start >= 0 && rl_line_buffer[start] != '~')
|
||||
{
|
||||
for (; !whitespace (rl_line_buffer[start]) && start >= 0; start--)
|
||||
for (; start >= 0 && !whitespace (rl_line_buffer[start]); start--)
|
||||
;
|
||||
start++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user