development/jdk14: Fix shebang.

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