Skip to content

Commit b081457

Browse files
Add check if it's untagged
1 parent 4cb5251 commit b081457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/comm.sh.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff --git a/comm.sh b/comm.sh
2-
index ad2210c..61ae3e2 100644
2+
index ad2210c..d702bda 100644
33
--- a/comm.sh
44
+++ b/comm.sh
55
@@ -82,6 +82,9 @@ $AWK < ${srcdir}/comm.c >> comm.h '
66
'
7-
7+
88
$CC -E -I. -I${srcdir} ${srcdir}/comm.c > comm.cpp
9-
+if [ "$(uname -s)" = "OS/390" ]; then
9+
+if [ "$(uname -s)" = "OS/390" -a "$(chtag -p comm.cpp | cut -f2 -d' ')" = "untagged" ]; then
1010
+ chtag -tc 1047 comm.cpp
1111
+fi
1212
sed < comm.cpp \

0 commit comments

Comments
 (0)