remove #!/bin/sh from sbopkg.conf.sample; fix CWD=$(pwd)

This commit is contained in:
chess.griffin 2008-03-29 02:32:43 +00:00
parent 9fd5df4562
commit efda966a23
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
#!/bin/sh
# $Id$
RSYNCMIRROR=${RSYNCMIRROR:-slackbuilds.org::slackbuilds}

View File

@ -24,13 +24,13 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Other contributors: Bob Lounsbury, Robby Workman, Alan Hicks, Paul
# Wisehart, slakmagik (thanks for your diff!)
# Wisehart, slakmagik (thanks for your diff!), Eric Hameleers
# Variables
SCRIPT=${0##*/}
DIAG=""
SBOPKG_CONF="${SBOPKG_CONF:-/etc/sbopkg/sbopkg.conf}"
CWD="$pwd"
CWD="$(pwd)"
VER=0.0.4
sanity_checks () {