changeset 139:6eeaf9682c78

Fixed interpreter in third party library downloader.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 30 Jun 2018 23:23:08 +0200
parents c79709af2c76
children edce32db775a 836132579c6f
files 3rdpartylibs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/3rdpartylibs.sh	Fri Jun 29 17:24:14 2018 +0200
+++ b/3rdpartylibs.sh	Sat Jun 30 23:23:08 2018 +0200
@@ -1,3 +1,3 @@
-#!/bin/env sh
+#!/bin/sh
 go get -u -v github.com/dgrijalva/jwt-go
 go get -u -v github.com/jackc/pgx