diff options
author | David O'Shaughnessy <dev@osh.id.au> | 2018-03-07 10:50:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-07 10:50:20 +0700 |
commit | 49f728141103397dfa4f08fd6109fc9d3469ed1c (patch) | |
tree | b27c8a77bfae719f9a9a6f826fb7a2798e3b5bd5 /network/signal-desktop | |
parent | 5bfb8af519e25309e71d9359e880e2de3f7641ee (diff) |
network/signal-desktop: Make sure to exit.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/signal-desktop')
-rw-r--r-- | network/signal-desktop/signal-desktop.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/signal-desktop/signal-desktop.SlackBuild b/network/signal-desktop/signal-desktop.SlackBuild index a61bd18a3c4a2..5e1d09947729a 100644 --- a/network/signal-desktop/signal-desktop.SlackBuild +++ b/network/signal-desktop/signal-desktop.SlackBuild @@ -45,6 +45,7 @@ if [ "$ARCH" = "x86_64" ]; then DEBARCH="amd64" else echo "Sorry, the Signal binary is currently available for x86_64 only." + exit 1 fi set -e |