mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-16 03:41:32 +01:00
Remove stale 'find' call.
This is a call I forgot to remove when the new updates code went in (r333). There were no functional changes due to this, but slowed down the updates by a perceivable amount. Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
parent
28b98e1beb
commit
5beff37f6e
1 changed files with 0 additions and 1 deletions
|
@ -541,7 +541,6 @@ check_for_updates() {
|
|||
fi
|
||||
|
||||
# Extract the new package version
|
||||
NEWSB=$(find $LOCALREPO/$SLACKVER -name $NAME.SlackBuild)
|
||||
if [[ ! -z $NEWSB ]]; then
|
||||
NEWARCH=$(egrep -m1 "^ARCH" $NEWSB | sed -e \
|
||||
's/[ #}\t].*$//;s/^.*[=-]//;s/\"//g')
|
||||
|
|
Loading…
Reference in a new issue