From df6f38a5bf12a6880c492fc29e68e18ad0af960a Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Sat, 29 Mar 2008 04:28:05 +0000 Subject: [PATCH] fix typo in CWD= --- src/usr/bin/sbopkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 06c3c4b..9b5fa37 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -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 () {