mirror of
https://github.com/sbopkg/sbopkg
synced 2025-02-05 08:46:34 +01:00
drop extra paren
This commit is contained in:
parent
336b18dddc
commit
304aeba80f
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ potential updates..." >> $UPDATELIST
|
|||
# type problem, otherwise sbopkg thinks the installed
|
||||
# version is newer than the repo.
|
||||
if [ "$PRGNAM" = "ubuntulooks" ]; then
|
||||
MINIVER=$(echo $VER | sed -e 's/^.*_//') | wc -m)
|
||||
MINIVER=$(echo $VER | sed -e 's/^.*_//' | wc -m)
|
||||
if [ $MINIVER -le 2 ]; then
|
||||
VER=$(echo $VER | sed -e 's/_/_0/')
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue