$NetBSD: patch-ab,v 1.1.1.1 2004/02/24 23:03:52 cube Exp $

--- GetQuote.orig	Sat Oct 20 00:52:44 2001
+++ GetQuote
@@ -95,7 +95,10 @@
 # Get rid of puncuation in @ARGV.  This will filter out metacharacters and
 # such, which makes the script marginally more safe
 #
-foreach (@tickers) { s/[^a-zA-Z0-9\-=_\.]//; }
+
+# Add ^ to the list so that we can display indices
+
+foreach (@tickers) { s/[^a-zA-Z0-9\-=_\.\^]//; }
 
 # Check the input to make sure we can look stuff up
 #
