mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 02:01:46 +02:00
pentoo-updater: shellcheck fix
This commit is contained in:
parent
cc33e2c736
commit
1b5c638d22
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ if [ -n "${removeme}" ]; then
|
|||
emerge -C "=${removeme}"
|
||||
fi
|
||||
removeme2=$(portageq match / '<sys-devel/binutils-2.32-r1')
|
||||
if [ -n ${removeme2} ] && [ -n "$(portageq match / '>=sys-devel/binutils-2.32-r1')" ]; then
|
||||
if [ -n "${removeme2}" ] && [ -n "$(portageq match / '>=sys-devel/binutils-2.32-r1')" ]; then
|
||||
printf "Removing old/broken binutils...\n"
|
||||
emerge -C "=${removeme2}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue