prevent infinite loop (wat)

This commit is contained in:
Connor Olding 2023-04-30 01:09:57 -07:00
parent 63bb721eac
commit 4e46bbba02

View File

@ -90,6 +90,7 @@ $'/CFLAGS += -DKRK_DISABLE_THREADS/a\\\
else\\\n\ else\\\n\
CFLAGS += -DKRK_MEDIOCRE_TLS\ CFLAGS += -DKRK_MEDIOCRE_TLS\
' \ ' \
'/shell tools\/can-floor-without-libm\.sh/,/endif/d' \
\ \
&& { diff -NrU3 /kuroko.orig/ /kuroko/ > /kuroko.patch; [ $? -le 1 ]; } && { diff -NrU3 /kuroko.orig/ /kuroko/ > /kuroko.patch; [ $? -le 1 ]; }
# diff exit status is normally 0 or 1, anything greater is an error. # diff exit status is normally 0 or 1, anything greater is an error.