17 lines
652 B
Diff
17 lines
652 B
Diff
diff -uNr bash-5.0/pathnames.h.in bash-5.0.mod/pathnames.h.in
|
|
--- bash-5.0/pathnames.h.in 2009-01-04 21:32:40.000000000 +0200
|
|
+++ bash-5.0.mod/pathnames.h.in 2019-02-20 14:15:56.880164371 +0200
|
|
@@ -22,10 +22,10 @@
|
|
#define _PATHNAMES_H_
|
|
|
|
/* The default file for hostname completion. */
|
|
-#define DEFAULT_HOSTS_FILE "/etc/hosts"
|
|
+#define DEFAULT_HOSTS_FILE "@TERMUX_PREFIX@/etc/hosts"
|
|
|
|
/* The default login shell startup file. */
|
|
-#define SYS_PROFILE "/etc/profile"
|
|
+#define SYS_PROFILE "@TERMUX_PREFIX@/etc/profile"
|
|
|
|
/* The default location of the bash debugger initialization/startup file. */
|
|
#define DEBUGGER_START_FILE "@DEBUGGER_START_FILE@"
|