From 0724ec2e6c9f3697a31b69069dbbf5ff224c810f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:40:17 +0200 Subject: Updating default path. Signed-off-by: Daniel Baumann --- debian/patches/progress-linux/0001-default-path.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/progress-linux/0001-default-path.patch (limited to 'debian/patches/progress-linux') diff --git a/debian/patches/progress-linux/0001-default-path.patch b/debian/patches/progress-linux/0001-default-path.patch new file mode 100644 index 0000000..1a79b0b --- /dev/null +++ b/debian/patches/progress-linux/0001-default-path.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann +Description: Updating default path. + +diff -Naurp bash.orig/config-top.h bash/config-top.h +--- bash.orig/config-top.h ++++ bash/config-top.h +@@ -63,7 +63,7 @@ + /* The default value of the PATH variable. */ + #ifndef DEFAULT_PATH_VALUE + #define DEFAULT_PATH_VALUE \ +- "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:." ++ "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:." + #endif + + /* If you want to unconditionally set a value for PATH in every restricted -- cgit v1.2.3