diff options
author | jake%bugzilla.org <> | 2003-03-27 08:06:37 +0000 |
---|---|---|
committer | jake%bugzilla.org <> | 2003-03-27 08:06:37 +0000 |
commit | 9665c0e6a0ee98cdd113e11b86d3efab474464c0 (patch) | |
tree | 53f75f6c8f1207c6dfba7209709e8a4bb9cca27f /whineatnews.pl | |
parent | Bug 195621 - Back out taint-related changes from bug 160710. Patch by gerv; r... (diff) | |
download | bugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.tar.gz bugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.tar.bz2 bugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.zip |
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
r=justdave
a=justdave
Diffstat (limited to 'whineatnews.pl')
-rwxr-xr-x | whineatnews.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whineatnews.pl b/whineatnews.pl index a0a30205e..330cf7cbd 100755 --- a/whineatnews.pl +++ b/whineatnews.pl @@ -1,4 +1,4 @@ -#!/usr/bonsaitools/bin/perl -w +#!/usr/bin/perl -w # -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Mozilla Public |