mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Use portable /usr/bin/env/{perl,python} instead of /usr/bin/{perl,python}
This commit is contained in:
parent
5a64f586a6
commit
6b67a720da
@ -2126,9 +2126,9 @@ EXTERNAL_PAGES = YES
|
||||
|
||||
# The PERL_PATH should be the absolute path and name of the perl script
|
||||
# interpreter (i.e. the result of 'which perl').
|
||||
# The default file (with absolute path) is: /usr/bin/perl.
|
||||
# The default file (with absolute path) is: /usr/bin/env perl.
|
||||
|
||||
PERL_PATH = /usr/bin/perl
|
||||
PERL_PATH = /usr/bin/env perl
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the dot tool
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
# creates a NSIS installer from OSGeo4W packages
|
||||
# note: works also on Unix
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
import sys, os
|
||||
|
||||
from lib2to3.main import main
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
/***************************************************************************
|
||||
context_help_id.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl -0 -i.sortinc -n
|
||||
#!/usr/bin/env perl -0 -i.sortinc -n
|
||||
###########################################################################
|
||||
# doxygen_space.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
###########################################################################
|
||||
# fixdiff.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
###########################################################################
|
||||
# processing2cpp.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
###########################################################################
|
||||
# qgm2cpp.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
###########################################################################
|
||||
# qgsloggermig.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl -i.bak -p
|
||||
#!/usr/bin/env perl -i.bak -p
|
||||
|
||||
s%www.qgis.org%qgis.org%g;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
# creates a new release
|
||||
|
||||
# Copyright (C) 2014 Jürgen E. Fischer <jef@norbit.de>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
###########################################################################
|
||||
# scandeps.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
use strict;
|
||||
use warnings;
|
||||
use File::Basename;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
/***************************************************************************
|
||||
symbol_xml2db.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
###########################################################################
|
||||
# ts2cpp.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
###########################################################################
|
||||
# tsstat.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl -i.sortinc -n
|
||||
#!/usr/bin/env perl -i.sortinc -n
|
||||
###########################################################################
|
||||
# unify_includes.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
# updates the news file from changelog.qgis.org
|
||||
|
||||
# Copyright (C) 2016 Jürgen E. Fischer <jef@norbit.de>
|
||||
|
@ -251,7 +251,7 @@ TAGFILES =
|
||||
GENERATE_TAGFILE =
|
||||
ALLEXTERNALS = NO
|
||||
EXTERNAL_GROUPS = YES
|
||||
PERL_PATH = /usr/bin/perl
|
||||
PERL_PATH = /usr/bin/env perl
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the dot tool
|
||||
#---------------------------------------------------------------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
***************************************************************************
|
||||
plugin_builder.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user