]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Get rid of cshism.
authorTed Lemon <source@isc.org>
Wed, 15 Sep 1999 17:21:40 +0000 (17:21 +0000)
committerTed Lemon <source@isc.org>
Wed, 15 Sep 1999 17:21:40 +0000 (17:21 +0000)
configure

index 11205c2daa4330eea90d950fb651884fee6d06c4..23a7b22a825541a56b97ad6766ba11d15fcdb3a5 100755 (executable)
--- 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"