diff --git a/share/cht.sh.txt b/share/cht.sh.txt index 9d7b8b5..f54c004 100755 --- a/share/cht.sh.txt +++ b/share/cht.sh.txt @@ -42,7 +42,7 @@ fi # any better test not involving either OS matching or actual query? if [ `uname -s` = OpenBSD ] && [ -x /usr/bin/ftp ]; then curl() { - local opt args="-U curl/7.61.0 -o -" + local opt args="-o -" while getopts "b:s" opt; do case $opt in b) args="$args -c $OPTARG";;