From ea536d9c44d643a81391fdacff4a6bbef35e380f Mon Sep 17 00:00:00 2001 From: sachintu47 Date: Fri, 16 Jan 2026 07:55:34 -0500 Subject: [PATCH 1/2] Revert "Fix patch name" This reverts commit e80a39906d6424c2d8e3337a87a679ccef0c8de3. --- stable-patches/execute_cmd.c.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 stable-patches/execute_cmd.c.patch diff --git a/stable-patches/execute_cmd.c.patch b/stable-patches/execute_cmd.c.patch deleted file mode 100644 index ce87d50..0000000 --- a/stable-patches/execute_cmd.c.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git i/execute_cmd.c w/execute_cmd.c -index 070f511..96bc21a 100644 ---- i/execute_cmd.c -+++ w/execute_cmd.c -@@ -106,6 +106,11 @@ extern int errno; - # include /* mbschr */ - #endif - -+#ifdef __MVS__ -+/* z/OS has a bug with AUTOCVT=ALL */ -+#undef HAVE_HASH_BANG_EXEC -+#endif -+ - extern int command_string_index; - extern char *the_printed_command; - extern time_t shell_start_time; From e1233c65f533cf0fc8096ea5216bb7f01e37ff1e Mon Sep 17 00:00:00 2001 From: sachintu47 Date: Fri, 16 Jan 2026 07:56:16 -0500 Subject: [PATCH 2/2] Revert "Undef HAVE_HASH_BANG_EXEC to resolve AUTOCVT=ALL issues in scripts" This reverts commit 4b6a7281b08dd106d0cee3317646370878f906de. --- stable-patches/execute_cmd.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 stable-patches/execute_cmd.c diff --git a/stable-patches/execute_cmd.c b/stable-patches/execute_cmd.c deleted file mode 100644 index ce87d50..0000000 --- a/stable-patches/execute_cmd.c +++ /dev/null @@ -1,16 +0,0 @@ -diff --git i/execute_cmd.c w/execute_cmd.c -index 070f511..96bc21a 100644 ---- i/execute_cmd.c -+++ w/execute_cmd.c -@@ -106,6 +106,11 @@ extern int errno; - # include /* mbschr */ - #endif - -+#ifdef __MVS__ -+/* z/OS has a bug with AUTOCVT=ALL */ -+#undef HAVE_HASH_BANG_EXEC -+#endif -+ - extern int command_string_index; - extern char *the_printed_command; - extern time_t shell_start_time;