fix a stupid bug on my part that would cause the search to break

This commit is contained in:
chess.griffin 2008-08-11 21:22:48 +00:00
parent 9be1703214
commit 830dea2edc

View File

@ -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