network/bluejeans: Fix shebang.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-05-03 21:56:27 +07:00
parent c884afa1ff
commit 948cbb762d
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -eu
#!/bin/sh
# Slackware build script for bluejeans
@ -35,6 +35,8 @@ if [ -z "$ARCH" ]; then
esac
fi
set -e
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM