We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb5251 commit b081457Copy full SHA for b081457
patches/comm.sh.patch
@@ -1,12 +1,12 @@
1
diff --git a/comm.sh b/comm.sh
2
-index ad2210c..61ae3e2 100644
+index ad2210c..d702bda 100644
3
--- a/comm.sh
4
+++ b/comm.sh
5
@@ -82,6 +82,9 @@ $AWK < ${srcdir}/comm.c >> comm.h '
6
'
7
-
+
8
$CC -E -I. -I${srcdir} ${srcdir}/comm.c > comm.cpp
9
-+if [ "$(uname -s)" = "OS/390" ]; then
++if [ "$(uname -s)" = "OS/390" -a "$(chtag -p comm.cpp | cut -f2 -d' ')" = "untagged" ]; then
10
+ chtag -tc 1047 comm.cpp
11
+fi
12
sed < comm.cpp \
0 commit comments