development/jdk11: Fix shebang.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-05-03 21:54:49 +07:00
parent c716e47223
commit 96086c7c57
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 jdk11
@ -35,6 +35,8 @@ if [ -z "$ARCH" ]; then
esac
fi
set -e
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM