diff options
Diffstat (limited to 'system/Esetroot/Esetroot.SlackBuild')
-rw-r--r-- | system/Esetroot/Esetroot.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/Esetroot/Esetroot.SlackBuild b/system/Esetroot/Esetroot.SlackBuild index d4cb518f8e..d8db5adfcc 100644 --- a/system/Esetroot/Esetroot.SlackBuild +++ b/system/Esetroot/Esetroot.SlackBuild @@ -12,7 +12,7 @@ VERSION=20030422 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |