[Git][debian-gis-team/postgis][experimental] debian/tests/regress: Fix sh syntax

Christoph Berg gitlab at salsa.debian.org
Mon Oct 7 12:53:59 BST 2019



Christoph Berg pushed to branch experimental at Debian GIS Project / postgis


Commits:
1f0a96db by Christoph Berg at 2019-10-07T11:53:39Z
debian/tests/regress: Fix sh syntax

- - - - -


1 changed file:

- debian/tests/regress


Changes:

=====================================
debian/tests/regress
=====================================
@@ -12,7 +12,7 @@ rm -rf /tmp/pgis_reg
 
 # re-start ourselves as nobody since PG can't run as root
 if [ "$(id -un)" = "root" ]; then
-  exec su nobody -s /bin/sh "$0" "$@$"
+  exec su nobody -s /bin/sh "$0" "$@"
 fi
 
 # Makefile.in needs some variables from ./configure, set the most important ones here



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/1f0a96db1950cd5ccaafe83ebf6a4ff977d6b06e

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/1f0a96db1950cd5ccaafe83ebf6a4ff977d6b06e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20191007/3b396cd5/attachment.html>


More information about the Pkg-grass-devel mailing list