mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
remove #!/bin/sh from sbopkg.conf.sample; fix CWD=$(pwd)
This commit is contained in:
parent
9fd5df4562
commit
efda966a23
@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
# $Id$
|
||||
|
||||
RSYNCMIRROR=${RSYNCMIRROR:-slackbuilds.org::slackbuilds}
|
||||
|
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user