am traditional if expr

This commit is contained in:
Viktor Szakats 2025-08-01 04:25:52 +02:00 committed by Viktor Szakats
parent 291475f38e
commit 930ec9e5c3
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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); \