$NetBSD$

--- pkg/build-geoip-cache.sh.orig	2008-02-29 04:30:11.000000000 +0000
+++ pkg/build-geoip-cache.sh
@@ -16,7 +16,7 @@ DIRURL="http://tor.noreply.org/tor/statu
 GEOIPURL="http://geoip.vidalia-project.net/cgi-bin/geoip"
 CACHEFILE="geoip-cache"
 
-if [ "$1" == "-notimestamp" -o "$1" == "--notimestamp" ]; then
+if "$1" == "-notimestamp" -o "$1" == "--notimestamp" ; then
   timestamp=""
 else
   timestamp=":$(date +%s)"
