bash/bash-2.03-paths.patch
Siteshwar Vashisht 068c9df7a0 Update to bash-5.2
- Remove bash-infotags.patch as it's in upstream now.

Resolves: #2129927
2022-10-04 11:33:36 +02:00

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 */