From a786f6b1e17a8ca9fa840794d0ad2efa5808b6b2 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 17 Jan 1999 17:18:52 +0000 Subject: [PATCH] patches from Mike Simmons git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1627 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/quotes/Quote.pm | 2 +- src/quotes/Quote_example.pl | 2 +- src/quotes/value_portfolio | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/quotes/Quote.pm b/src/quotes/Quote.pm index 3184f65258..448511825b 100644 --- a/src/quotes/Quote.pm +++ b/src/quotes/Quote.pm @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#!/usr/bin/perl -w # # Copyright (C) 1998, Dj Padzensky # Copyright (C) 1998, 1999 Linas Vepstas diff --git a/src/quotes/Quote_example.pl b/src/quotes/Quote_example.pl index d9e5cc2100..1e55bcb24b 100755 --- a/src/quotes/Quote_example.pl +++ b/src/quotes/Quote_example.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#!/usr/bin/perl -w # # example script showing how to use the Quote perl module. # gets prices for some stocks, for some mutual funds diff --git a/src/quotes/value_portfolio b/src/quotes/value_portfolio index 6de2906e56..7c27f08ee9 100755 --- a/src/quotes/value_portfolio +++ b/src/quotes/value_portfolio @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/perl -w ####################################################################### # $Id$ # Looks up investment prices on the web, and builds a report