mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-09-12 17:36:18 +02:00
Compare commits
3 Commits
d3f0a348e6
...
71502ae2eb
Author | SHA1 | Date | |
---|---|---|---|
![]() |
71502ae2eb | ||
![]() |
fc56ebedf3 | ||
![]() |
058e68a7b5 |
@@ -150,6 +150,7 @@ _pkgctl_cmds=(
|
||||
db
|
||||
diff
|
||||
issue
|
||||
license
|
||||
release
|
||||
repo
|
||||
search
|
||||
|
@@ -328,7 +328,7 @@ if (( $# < 2 )); then
|
||||
comparepkg="$1"
|
||||
fi
|
||||
|
||||
oldpkg=$(fetch_pkg "$comparepkg") || exit 1
|
||||
oldpkg=$(fetch_pkg "$comparepkg") || continue
|
||||
|
||||
diff_pkgs "$oldpkg" "$pkgfile"
|
||||
done
|
||||
|
Reference in New Issue
Block a user