diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 3661fdb..f68ce5d 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -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