common/travis/show_files: don't error out when subpkg doesn't exist.
This commit is contained in:
parent
3c0ceb31b5
commit
2c70789fe2
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ while read -r pkg; do
|
|||
/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
|
||||
xbps-query --repository=$HOME/hostdir/binpkgs \
|
||||
--repository=$HOME/hostdir/binpkgs/nonfree \
|
||||
-i -f "$subpkg"
|
||||
-i -f "$subpkg" ||
|
||||
/bin/echo -e "\x1b[33m $subpkg wasn't found\x1b[0m"
|
||||
done
|
||||
done < /tmp/templates
|
||||
|
|
Loading…
Add table
Reference in a new issue