From d5348e98a24cd21cc70050d77ed74252b01353f5 Mon Sep 17 00:00:00 2001
From: "gerv%gerv.net" <>
Date: Tue, 1 Jul 2003 05:23:17 +0000
Subject: [PATCH] Bug 211127 - use proper path to Perl. Patch by
 jussi@comlink.fi; r=gerv, a=justdave.

---
 chart.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart.cgi b/chart.cgi
index ceaecbbab..8ab299aba 100755
--- a/chart.cgi
+++ b/chart.cgi
@@ -1,4 +1,4 @@
-#!/usr/bonsaitools/bin/perl -wT
+#!/usr/bin/perl -wT
 # -*- Mode: perl; indent-tabs-mode: nil -*-
 #
 # The contents of this file are subject to the Mozilla Public
-- 
2.24.1