mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 12:00:33 +03:00
fix a stupid bug on my part that would cause the search to break
This commit is contained in:
parent
9be1703214
commit
830dea2edc
@ -597,8 +597,8 @@ if [ -n "$RESULTS" ]; then
|
|||||||
SRCHPICK="$(cat $TMP/sbopkg_search_choice)"
|
SRCHPICK="$(cat $TMP/sbopkg_search_choice)"
|
||||||
SRCHCAT=$(echo $SRCHPICK | sed -e 's/\/.*$//')
|
SRCHCAT=$(echo $SRCHPICK | sed -e 's/\/.*$//')
|
||||||
SRCHPKG=$(echo $SRCHPICK | sed -e 's/^.*\///')
|
SRCHPKG=$(echo $SRCHPICK | sed -e 's/^.*\///')
|
||||||
echo $SRCHCAT >> $TMP/sbopkg_category_selection
|
echo $SRCHCAT > $TMP/sbopkg_category_selection
|
||||||
echo $SRCHPKG >> $TMP/sbopkg_item_selection
|
echo $SRCHPKG > $TMP/sbopkg_item_selection
|
||||||
cd $LOCALREPO/$SLACKVER
|
cd $LOCALREPO/$SLACKVER
|
||||||
info_item
|
info_item
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user