From c1a9f7e7a175544309117f4866af7bfb3ff3c7d2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 12 Dec 2009 05:19:31 +0000 Subject: [PATCH] - stripchart: use /usr/bin/env perl in script headers svn path=/trunk/boinc/; revision=19869 --- checkin_notes | 8 ++++++++ stripchart/stripchart | 2 +- stripchart/stripchart.cgi | 2 +- stripchart/stripchart.cnf | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index a6985ce790..6bdcd9fe1e 100644 --- a/checkin_notes +++ b/checkin_notes @@ -9966,3 +9966,11 @@ David 11 Dec 2009 lib/ gui_rpc_client_print.cpp gui_rpc_client.h + +David 11 Dec 2009 + - stripchart: use /usr/bin/env perl in script headers + + stripchart/ + stripchart + stripchart.cgi + stripchart.cnf diff --git a/stripchart/stripchart b/stripchart/stripchart index e32a0199fa..db4b6b746b 100755 --- a/stripchart/stripchart +++ b/stripchart/stripchart @@ -1,4 +1,4 @@ -#! /usr/bin/env/perl +#!/usr/bin/env perl # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in diff --git a/stripchart/stripchart.cgi b/stripchart/stripchart.cgi index 03a6190c68..26fa9fbd9e 100755 --- a/stripchart/stripchart.cgi +++ b/stripchart/stripchart.cgi @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/env perl # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in diff --git a/stripchart/stripchart.cnf b/stripchart/stripchart.cnf index cb606b3cd8..f241621891 100644 --- a/stripchart/stripchart.cnf +++ b/stripchart/stripchart.cnf @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/env perl use Time::Local;