summaryrefslogtreecommitdiffstats
path: root/network/plasma-nm-openconnect
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-18 20:49:22 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-18 20:49:22 +0700
commit9c8cc6d9c60036a4ccdd3dafde8fd2ac0c7467a5 (patch)
tree5b64ad0a014b4703da0f5310e7c16a62220b51e0 /network/plasma-nm-openconnect
parentbe2613a636f66c14ce536054206e47a738a1b970 (diff)
downloadslackbuilds-9c8cc6d9c60036a4ccdd3dafde8fd2ac0c7467a5.tar.gz
slackbuilds-9c8cc6d9c60036a4ccdd3dafde8fd2ac0c7467a5.tar.xz
Multiple: Remove comments and whitespaces.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/plasma-nm-openconnect')
-rw-r--r--network/plasma-nm-openconnect/plasma-nm-openconnect.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/network/plasma-nm-openconnect/plasma-nm-openconnect.SlackBuild b/network/plasma-nm-openconnect/plasma-nm-openconnect.SlackBuild
index b18d42109b..621b554b93 100644
--- a/network/plasma-nm-openconnect/plasma-nm-openconnect.SlackBuild
+++ b/network/plasma-nm-openconnect/plasma-nm-openconnect.SlackBuild
@@ -29,12 +29,10 @@ TAG=${TAG:-_SBo}
SRCNAM=plasma-nm
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -61,7 +59,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT