From aed8ce9da277f5ecffe968b324f242c41c3b752a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:50:31 +0200 Subject: Adding upstream version 2:9.0.1378. Signed-off-by: Daniel Baumann --- src/pathdef.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 src/pathdef.sh (limited to 'src/pathdef.sh') diff --git a/src/pathdef.sh b/src/pathdef.sh new file mode 100755 index 0000000..b2a83a0 --- /dev/null +++ b/src/pathdef.sh @@ -0,0 +1,11 @@ +#! /bin/sh +# +# pathdef.sh: adjust pathdef.c for auto/link.sed, if it exists +# +if test -s auto/link.sed; then + cp auto/pathdef.c auto/pathdef.tmp + sed -f auto/link.sed auto/pathdef.c + rm -f auto/pathdef.tmp +fi + +# vim:set sw=2 et: -- cgit v1.2.3