You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
548 B
13 lines
548 B
6 years ago
|
diff -uNr bash-5.0/lib/readline/complete.c bash-5.0.mod/lib/readline/complete.c
|
||
|
--- bash-5.0/lib/readline/complete.c 2017-07-05 02:43:20.000000000 +0300
|
||
|
+++ bash-5.0.mod/lib/readline/complete.c 2019-02-20 14:15:49.683440481 +0200
|
||
6 years ago
|
@@ -2231,7 +2231,7 @@
|
||
|
char *
|
||
|
rl_username_completion_function (const char *text, int state)
|
||
|
{
|
||
|
-#if defined (__WIN32__) || defined (__OPENNT)
|
||
|
+#if defined (__WIN32__) || defined (__OPENNT) || defined (__ANDROID__)
|
||
|
return (char *)NULL;
|
||
|
#else /* !__WIN32__ && !__OPENNT) */
|
||
|
static char *username = (char *)NULL;
|