]> granicus.if.org Git - postgis/commitdiff
Make proper #! calls to perl in perl scripts
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 20 Jan 2010 20:17:09 +0000 (20:17 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 20 Jan 2010 20:17:09 +0000 (20:17 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5145 b70326c6-7e19-0410-871a-916f4a2858ee

utils/create_undef.pl
utils/postgis_proc_upgrade.pl
utils/postgis_restore.pl

index a6c020567a2163f3b142a521068e4f4ceec615c7..e68ea6a8b9fbb2b8c56da03d47943080f8c0ef17 100755 (executable)
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
 eval "exec perl -w $0 $@"
        if (0);
 
index 37978a44ff3fa3645698295ec145cc0650ff999f..7d3311588580ecc9ba60a2d245ce512b2985ac04 100755 (executable)
@@ -1,4 +1,4 @@
-#/bin/sh
+#!/usr/bin/perl
 
 #
 # This script produces an .sql file containing
index b293db065b45e4cec694236c10ca145fb9c8da2e..b70b22e08e6424f887c4250f52f3d3a7e46e49fc 100644 (file)
@@ -1,4 +1,5 @@
-#/bin/sh
+#!/usr/bin/perl
+
 #
 # This script is aimed at restoring postgis data
 # from a dumpfile produced by pg_dump -Fc