39e65b32bc
bash 5.0 is no longer in beta or alpha stage Signed-off-by: Yuvraj Saxena <infectedx27@gmail.com>
16 lines
500 B
Diff
16 lines
500 B
Diff
--- a/pathnames.h.in
|
|
+++ b/pathnames.h.in
|
|
@@ -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@"
|