Navigation Menu

Skip to content

Commit

Permalink
Item13323: use /usr/bin/env perl, not /usr/bin/perl
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Mar 24, 2015
1 parent 5cf50e4 commit 16c965d
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion CompareRevisionsAddOn/bin/compare
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion CompareRevisionsAddOn/bin/compareauth
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion ConfigurePlugin/bin/configure
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion JsonRpcContrib/bin/jsonrpc
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#! /usr/bin/env perl
# Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# Copyright (C) 2011-2015 Michael Daum http://michaeldaumconsulting.com
Expand Down
2 changes: 1 addition & 1 deletion UnitTestContrib/bin/test
@@ -1,4 +1,4 @@
#! /usr/bin/perl -wT
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/attach
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/changes
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/edit
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/login
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/logon
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/manage
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/oops
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/preview
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/previewauth
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/rdiff
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/rdiffauth
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/register
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/rename
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/resetpasswd
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/rest
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/restauth
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/save
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/search
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/statistics
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/upload
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/view
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/viewauth
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/viewfile
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion core/bin/viewfileauth
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# See bottom of file for license and copyright information
use strict;
use warnings;
Expand Down

0 comments on commit 16c965d

Please sign in to comment.