diff options
Diffstat (limited to 'misc/matchbox-common/matchbox-common.SlackBuild')
-rw-r--r-- | misc/matchbox-common/matchbox-common.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/matchbox-common/matchbox-common.SlackBuild b/misc/matchbox-common/matchbox-common.SlackBuild index a3d78d19fb..c0e5c74cf3 100644 --- a/misc/matchbox-common/matchbox-common.SlackBuild +++ b/misc/matchbox-common/matchbox-common.SlackBuild @@ -30,7 +30,7 @@ VERSION=0.9.1 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |