068c9df7a0
- Remove bash-infotags.patch as it's in upstream now. Resolves: #2129927
13 lines
364 B
Diff
13 lines
364 B
Diff
diff --git a/config-top.h b/config-top.h
|
|
--- a/config-top.h
|
|
+++ b/config-top.h
|
|
@@ -74,7 +74,7 @@
|
|
the Posix.2 confstr () function, or CS_PATH define are not present. */
|
|
#ifndef STANDARD_UTILS_PATH
|
|
#define STANDARD_UTILS_PATH \
|
|
- "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
|
|
+ "/bin:/usr/bin:/usr/sbin:/sbin"
|
|
#endif
|
|
|
|
/* The default path for enable -f */
|