X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/5895f404d5726f56acc5df1f2e2d1ab880ffaf12..280bb4ddefcae5b2db1ef419f1f2ade5deb2c133:/cddb-tool diff --git a/cddb-tool b/cddb-tool index 4e1e79e..0c9274c 100755 --- a/cddb-tool +++ b/cddb-tool @@ -21,7 +21,7 @@ # - Submitted via: line is created by template, when it really should be in send. # Oh well. -VERSION=0.4.5 +VERSION=0.4.6 NAME=cddb-tool #return codes @@ -36,6 +36,9 @@ if [ "$HTTPGET" = "" ]; then if [ X"$(uname)" = X"FreeBSD" ] ; then HTTPGET=fetch HTTPGETOPTS=${HTTPGETOPTS:="-q -o -"} + elif [ X"$(uname)" = X"NetBSD" ] ; then + HTTPGET=ftp + HTTPGETOPTS=${HTTPGETOPTS:="-q -o -"} elif [ X"$(uname)" = X"Darwin" ] ; then HTTPGET=curl HTTPGETOPTS=${HTTPGETOPTS:="-f -s"}