$NetBSD: patch-bl,v 1.1 2011/06/09 09:17:27 jnemeth Exp $

--- contrib/scripts/autosupport.orig	2011-01-04 21:00:16.000000000 +0000
+++ contrib/scripts/autosupport
@@ -32,7 +32,7 @@ files="n";
 # If a prefix is specified on command-line, add it.
 if (set -u; : $1) 2> /dev/null
 then
-  if [ $1 == "-h" ] || [ $1 == "--help" ]; then
+  if [ $1 = "-h" ] || [ $1 = "--help" ]; then
     echo
     echo "Digium autosupport script"
     echo "Copyright (C) 2005-2010, Digium, Inc."
