]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/bash-4.0-paths-1.patch
python3-msgpack: Fix build on i586
[people/pmueller/ipfire-2.x.git] / src / patches / bash-4.0-paths-1.patch
CommitLineData
7a644832
MT
1--- bash-3.0/config-top.h.paths 2003-08-05 15:36:12.000000000 +0100
2+++ bash-3.0/config-top.h 2004-07-28 09:36:27.117205637 +0100
ce84ace5 3@@ -66,7 +66,7 @@
7a644832
MT
4 the Posix.2 confstr () function, or CS_PATH define are not present. */
5 #ifndef STANDARD_UTILS_PATH
6 #define STANDARD_UTILS_PATH \
7- "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
8+ "/bin:/usr/bin:/usr/sbin:/sbin"
9 #endif
10
11 /* Default primary and secondary prompt strings. */