network/pexip-infinity-connect: Fix shebang.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-05-03 21:56:50 +07:00
parent 948cbb762d
commit 1b71dd004d
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -1,4 +1,4 @@
#!/bin/sh -eu
#!/bin/sh
# Slackware build script for pexip-infinity-connect
@ -36,6 +36,8 @@ if [ -z "$ARCH" ]; then
esac
fi
set -e
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM