File tree 24 files changed +25
-25
lines changed
24 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -2126,9 +2126,9 @@ EXTERNAL_PAGES = YES
2126
2126
2127
2127
# The PERL_PATH should be the absolute path and name of the perl script
2128
2128
# interpreter (i.e. the result of 'which perl').
2129
- # The default file (with absolute path) is: /usr/bin/perl.
2129
+ # The default file (with absolute path) is: /usr/bin/env perl.
2130
2130
2131
- PERL_PATH = /usr/bin/perl
2131
+ PERL_PATH = /usr/bin/env perl
2132
2132
2133
2133
#---------------------------------------------------------------------------
2134
2134
# Configuration options related to the dot tool
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
# creates a NSIS installer from OSGeo4W packages
3
3
# note: works also on Unix
4
4
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
import sys , os
3
3
4
4
from lib2to3 .main import main
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
use strict;
3
3
use warnings;
4
4
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
"""
3
3
/***************************************************************************
4
4
context_help_id.py
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl -0 -i.sortinc -n
1
+ # !/usr/bin/env perl -0 -i.sortinc -n
2
2
# ##########################################################################
3
3
# doxygen_space.pl
4
4
# ---------------------
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
# ##########################################################################
3
3
# fixdiff.pl
4
4
# ---------------------
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
3
3
use strict;
4
4
use warnings;
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
3
3
use strict;
4
4
use warnings;
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
# ##########################################################################
3
3
# processing2cpp.pl
4
4
# ---------------------
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
# ##########################################################################
3
3
# qgm2cpp.pl
4
4
# ---------------------
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
# ##########################################################################
3
3
# qgsloggermig.pl
4
4
# ---------------------
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl -i.bak -p
1
+ # !/usr/bin/env perl -i.bak -p
2
2
3
3
s % www.qgis.org% qgis.org% g ;
4
4
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
# creates a new release
3
3
4
4
# Copyright (C) 2014 Jürgen E. Fischer <jef@norbit.de>
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
3
3
use strict;
4
4
use warnings;
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
# ##########################################################################
3
3
# scandeps.pl
4
4
# ---------------------
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
use strict;
3
3
use warnings;
4
4
use File::Basename;
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
"""
3
3
/***************************************************************************
4
4
symbol_xml2db.py
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
# ##########################################################################
3
3
# ts2cpp.pl
4
4
# ---------------------
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
# ##########################################################################
3
3
# tsstat.pl
4
4
# ---------------------
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl -i.sortinc -n
1
+ # !/usr/bin/env perl -i.sortinc -n
2
2
# ##########################################################################
3
3
# unify_includes.pl
4
4
# ---------------------
Original file line number Diff line number Diff line change 1
- # !/usr/bin/perl
1
+ # !/usr/bin/env perl
2
2
# updates the news file from changelog.qgis.org
3
3
4
4
# Copyright (C) 2016 Jürgen E. Fischer <jef@norbit.de>
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ TAGFILES =
251
251
GENERATE_TAGFILE =
252
252
ALLEXTERNALS = NO
253
253
EXTERNAL_GROUPS = YES
254
- PERL_PATH = /usr/bin/perl
254
+ PERL_PATH = /usr/bin/env perl
255
255
#---------------------------------------------------------------------------
256
256
# Configuration options related to the dot tool
257
257
#---------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/env python
2
2
"""
3
3
***************************************************************************
4
4
plugin_builder.py
You can’t perform that action at this time.
0 commit comments