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; 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;