From: Ted Lemon Date: Wed, 15 Sep 1999 17:21:40 +0000 (+0000) Subject: Get rid of cshism. X-Git-Tag: V3-BETA-1-PATCH-2~5^2~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55bcb3f263622fb086e3181239b3fc9135b5adf2;p=thirdparty%2Fdhcp.git Get rid of cshism. --- diff --git a/configure b/configure index 11205c2da..23a7b22a8 100755 --- a/configure +++ b/configure @@ -4,7 +4,7 @@ while [ $# != 0 ]; do if [ x$1 = x--with-nsupdate ]; then nsupdate="-e /^##--nsupdate--/,/^##--nsupdate--/s/^#//" else - if [ $?sysname = 0 ]; then + if [ x$sysname = x ]; then sysname=$1 else echo "Unexpected argument: $1"