dtksh: specifically test for patch

This commit is contained in:
Chase
2021-01-31 11:12:30 -06:00
committed by Jon Trulson
parent 6a62f10047
commit 4836c389f6
2 changed files with 5 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ dtksh_SOURCES = init.c \
init.c:
cd ksh93; ./bin/package flat make CCFLAGS='$(SUIDEXECDEFINES) -g -D_std_malloc'
cp ./ksh93/src/cmd/ksh93/sh/init.c init.c
patch --posix init.c -i init.patch
$(PATCH) --posix init.c -i init.patch
./setup.sh