diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-14 23:20:47 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:07:18 +0700 |
commit | 549601bceb02acc8df3c2871d750982923e3eecb (patch) | |
tree | e001c205f9286ce015273bea709696d147988a8c | |
parent | c9c2aab6aac0d28684ccc4c85d73b7cdbe6407f2 (diff) |
system/xar: Minor template nitpick.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/xar/xar.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/xar/xar.SlackBuild b/system/xar/xar.SlackBuild index e8f80a88a229..7110459dd897 100644 --- a/system/xar/xar.SlackBuild +++ b/system/xar/xar.SlackBuild @@ -52,7 +52,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then exit 0 fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |