mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
correct typo and cleanup whitespace
This commit is contained in:
parent
68f9319346
commit
016e7ff7aa
@ -189,7 +189,7 @@ else
|
||||
echo "Listing installed SlackBuilds.org packages and flagging \
|
||||
potential updates..." >> $UPDATELIST
|
||||
for i in $PKGS; do
|
||||
# This next code is borrowed and modified from pktool
|
||||
# This next code is borrowed and modified from pkgtool
|
||||
#echo $i | sed 's/_SBo$//;s/-[^-]*-[^-]*-[^-]*$//'
|
||||
STRING=$(basename $i _SBo)
|
||||
INDEX="$(echo $STRING | tr -d -c -)"
|
||||
@ -769,8 +769,8 @@ while getopts ":b:cd:f:hlq:rs:v:" OPT; do
|
||||
case $OPT in
|
||||
b ) BUILD="$OPTARG"
|
||||
;;
|
||||
c ) CHK_UPDATES=1
|
||||
;;
|
||||
c ) CHK_UPDATES=1
|
||||
;;
|
||||
d ) LOCALREPO="$OPTARG"
|
||||
;;
|
||||
f ) SBOPKG_CONF="$OPTARG"
|
||||
|
Loading…
Reference in New Issue
Block a user