diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-19 04:46:51 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:27 -0400 |
commit | 46bb91ef0ad65cd044ba3a126f6bdb72aead9c6c (patch) | |
tree | fcb4a613c09b26975709a54ee9f184e659f4bb45 /scripts/getquote | |
parent | 86dc7effda2426143ba0a20f674cb8523726f54b (diff) | |
download | fork-ledger-46bb91ef0ad65cd044ba3a126f6bdb72aead9c6c.tar.gz fork-ledger-46bb91ef0ad65cd044ba3a126f6bdb72aead9c6c.tar.bz2 fork-ledger-46bb91ef0ad65cd044ba3a126f6bdb72aead9c6c.zip |
Changed bang path.
Diffstat (limited to 'scripts/getquote')
-rwxr-xr-x | scripts/getquote | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/getquote b/scripts/getquote index bed561d6..ef07f69b 100755 --- a/scripts/getquote +++ b/scripts/getquote @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl $timeout = 60; |