mirror of https://github.com/BOINC/boinc.git
- stripchart: use /usr/bin/env perl in script headers
svn path=/trunk/boinc/; revision=19869
This commit is contained in:
parent
a98a0f4652
commit
c1a9f7e7a1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/perl
|
||||
#! /usr/bin/env perl
|
||||
|
||||
use Time::Local;
|
||||
|
||||
|
|
Loading…
Reference in New Issue