From 930ec9e5c3b8161fe0ee08064f5f8256b53d9e2d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 1 Aug 2025 04:25:52 +0200 Subject: [PATCH] am traditional if expr --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index fa8afabb50..cbc5d7b702 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -166,7 +166,7 @@ $(HUGE): $(ASCIIPAGE) $(MKHELP) endif else # PERL $(HUGE): - (if [ -f "$(srcdir)/tool_hugehelp.c" ]; then \ + (if test -f "$(srcdir)/tool_hugehelp.c"; then \ cp -p "$(srcdir)/tool_hugehelp.c" .; \ else \ echo '/* !checksrc! disable COPYRIGHT all */' > $(HUGE); \