commit bash-20130809 snapshot

This commit is contained in:
Chet Ramey
2013-09-12 08:54:38 -04:00
parent adbaf2b395
commit 9353cc0550
10 changed files with 97 additions and 37 deletions
+1 -1
View File
@@ -1833,7 +1833,7 @@ _completion_loader()
@{
. "/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124
@}
complete -D -F _completion_loader
complete -D -F _completion_loader -o bashdefault -o default
@end example
@node Programmable Completion Builtins
+1 -1
View File
@@ -393,7 +393,7 @@ _rl_strnicmp (string1, string2, count)
break;
s2++;
}
while (--count != 0)
while (--count != 0);
return (0);
}