- stripchart: use /usr/bin/env perl in script headers

svn path=/trunk/boinc/; revision=19869
This commit is contained in:
David Anderson 2009-12-12 05:19:31 +00:00
parent a98a0f4652
commit c1a9f7e7a1
4 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/perl
#! /usr/bin/env perl
use Time::Local;