mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-27 09:58:28 +01:00
fix a stupid bug on my part that would cause the search to break
This commit is contained in:
parent
9be1703214
commit
830dea2edc
1 changed files with 2 additions and 2 deletions
|
@ -597,8 +597,8 @@ if [ -n "$RESULTS" ]; then
|
|||
SRCHPICK="$(cat $TMP/sbopkg_search_choice)"
|
||||
SRCHCAT=$(echo $SRCHPICK | sed -e 's/\/.*$//')
|
||||
SRCHPKG=$(echo $SRCHPICK | sed -e 's/^.*\///')
|
||||
echo $SRCHCAT >> $TMP/sbopkg_category_selection
|
||||
echo $SRCHPKG >> $TMP/sbopkg_item_selection
|
||||
echo $SRCHCAT > $TMP/sbopkg_category_selection
|
||||
echo $SRCHPKG > $TMP/sbopkg_item_selection
|
||||
cd $LOCALREPO/$SLACKVER
|
||||
info_item
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue