Fixed stupid harmless warn on "link = link" due to a typo.
authorlace <>
Thu, 22 Dec 2005 13:21:17 +0000 (13:21 +0000)
committerlace <>
Thu, 22 Dec 2005 13:21:17 +0000 (13:21 +0000)
build-static

index 49d3465..b241868 100755 (executable)
@@ -29,7 +29,7 @@ STATIC_PATH=/usr/local/devel-static
 
 
 set -e
-if "$1" = link;then
+if test "$1" = link;then
        set -x
        ./autogen.pl --dist
        (set -x;CFLAGS="-O2" ./configure --enable-maintainer-mode --disable-shared --enable-static --enable-install-pkg \