diff options
Diffstat (limited to 'development/jdk13')
-rw-r--r-- | development/jdk13/jdk13.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development/jdk13/jdk13.SlackBuild b/development/jdk13/jdk13.SlackBuild index e79463eedf4a3..b8f220ee595ba 100644 --- a/development/jdk13/jdk13.SlackBuild +++ b/development/jdk13/jdk13.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh -eu +#!/bin/sh # Slackware build script for jdk13 @@ -35,6 +35,8 @@ if [ -z "$ARCH" ]; then esac fi +set -e + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM |