diff options
Diffstat (limited to 'desktop/desklaunch/desklaunch.SlackBuild')
-rw-r--r-- | desktop/desklaunch/desklaunch.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/desklaunch/desklaunch.SlackBuild b/desktop/desklaunch/desklaunch.SlackBuild index 0b6bc1b978..774e962be2 100644 --- a/desktop/desklaunch/desklaunch.SlackBuild +++ b/desktop/desklaunch/desklaunch.SlackBuild @@ -16,7 +16,7 @@ VERSION=1.1.5 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |