mirror of
https://github.com/correl/melpa.git
synced 2024-12-18 11:06:10 +00:00
Fix validation
This commit is contained in:
parent
1ea577ee4e
commit
96ef2304ac
1 changed files with 1 additions and 1 deletions
2
melpa
2
melpa
|
@ -32,7 +32,7 @@ function trim {
|
|||
}
|
||||
|
||||
function melpa_validate {
|
||||
NUMPACKAGES=$(trim `grep fetcher pkglist | wc -l`)
|
||||
NUMPACKAGES=$(trim `ls recipes/* | wc -l`)
|
||||
NUMBUILT=$(trim `ls packages/*.{el,tar} | wc -l`)
|
||||
|
||||
echo "${NUMBUILT}/${NUMPACKAGES} packages built"
|
||||
|
|
Loading…
Reference in a new issue