fix typo in CWD=

This commit is contained in:
chess.griffin 2008-03-29 04:28:05 +00:00
parent c2dd179e7a
commit df6f38a5bf

View File

@ -31,7 +31,7 @@
SCRIPT=${0##*/}
DIAG=""
SBOPKG_CONF="${SBOPKG_CONF:-/etc/sbopkg/sbopkg.conf}"
CWD="($pwd)"
CWD="$(pwd)"
VER=0.0.4
sanity_checks () {