Mercurial > hg > dhcpcd
changeset 4152:45cfa30f7b2b draft
Fix prior on stricter shells.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Thu, 05 Oct 2017 14:33:48 +0100 |
| parents | 6710a4fd6898 |
| children | 4316efdaceae |
| files | configure |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Oct 05 14:13:02 2017 +0100 +++ b/configure Thu Oct 05 14:33:48 2017 +0100 @@ -490,7 +490,7 @@ echo "SRCS+= auth.c" >>$CONFIG_MK echo "CRYPT_SRCS+= \${HMAC_SRC}" >>$CONFIG_MK fi -if [ -z "$INET6" -o "$INET6" = yes -o -z "$AUTH" -o "$AUTH" = yes -o ]; then +if [ -z "$INET6" -o "$INET6" = yes -o -z "$AUTH" -o "$AUTH" = yes ]; then echo "CRYPT_SRCS+= \${MD5_SRC} \${SHA256_SRC}" >>$CONFIG_MK fi
