diff options
author | jake%bugzilla.org <> | 2003-03-27 09:06:37 +0100 |
---|---|---|
committer | jake%bugzilla.org <> | 2003-03-27 09:06:37 +0100 |
commit | 9665c0e6a0ee98cdd113e11b86d3efab474464c0 (patch) | |
tree | 53f75f6c8f1207c6dfba7209709e8a4bb9cca27f /contrib | |
parent | d97f96781715a3d13dc99deb616aa63c4aeb42d5 (diff) | |
download | bugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.tar.gz bugzilla-9665c0e6a0ee98cdd113e11b86d3efab474464c0.tar.xz |
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
r=justdave
a=justdave
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/mysqld-watcher.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mysqld-watcher.pl b/contrib/mysqld-watcher.pl index 30945a5ff..a70e2250a 100755 --- a/contrib/mysqld-watcher.pl +++ b/contrib/mysqld-watcher.pl @@ -1,4 +1,4 @@ -#!/usr/bonsaitools/bin/perl -w +#!/usr/bin/perl -w # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file |