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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
