drop extra paren

This commit is contained in:
chess.griffin 2008-09-09 15:23:31 +00:00
parent 336b18dddc
commit 304aeba80f

View file

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