bash-custom-action/no-null-warning.patch
2016-10-24 14:38:11 +00:00

14 lines
338 B
Diff

Index: bash-4.4/subst.c
===================================================================
--- bash-4.4.orig/subst.c
+++ bash-4.4/subst.c
@@ -5955,7 +5955,7 @@ read_comsub (fd, quoted, rflag)
if (c == 0)
{
-#if 1
+#if 0
internal_warning ("%s", _("command substitution: ignored null byte in input"));
#endif
continue;