small changes
This commit is contained in:
parent
7370e1898f
commit
068be0ab80
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ if [[ -e $IDCACHE ]]; then
|
|||
fi
|
||||
sudo xbps-install -S &>/dev/null
|
||||
updates=$(xbps-install -un 2>&1)
|
||||
num_updates=$(echo $updates | wc -l)
|
||||
num_updates=$(echo -n $updates | wc -l)
|
||||
|
||||
if [[ $list ]]; then
|
||||
echo -n $updates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue