diff options
-rw-r--r-- | development/jdk14/jdk14.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development/jdk14/jdk14.SlackBuild b/development/jdk14/jdk14.SlackBuild index b05bba13ed42..6a39f8071952 100644 --- a/development/jdk14/jdk14.SlackBuild +++ b/development/jdk14/jdk14.SlackBuild @@ -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 |