fix trailing \
This commit is contained in:
parent
eb1af6b3cc
commit
de9c6302b0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ PKGs=$(ls /var/adm/packages/ | sed 's|^\(.*\)-.*-.*-.*$|\1|')
|
|||
for cat in a ap d l lua n wayland xap y; do
|
||||
cd $cat
|
||||
for p in $(ls -1); do
|
||||
echo $PKGs | grep -q "\ $(echo $p | tr -d /)\ " && echo -n "✓: " || echo -n "❌: "
|
||||
echo $PKGs | grep -q " $(echo $p | tr -d /) " && echo -n "✓: " || echo -n "❌: "
|
||||
echo "$cat/$p"
|
||||
done | sort
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue