mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 11:14:57 +00:00
Separation between each archive when multiple archives given.
This commit is contained in:
parent
3268ac8943
commit
3ca7717b77
1 changed files with 5 additions and 2 deletions
|
@ -6,5 +6,8 @@
|
|||
for pkg in $@; do
|
||||
echo "Building package: $pkg"
|
||||
emacs --batch -l package-build.el -u dcurtis --eval "(package-build-archive \"$pkg\")"
|
||||
echo
|
||||
echo
|
||||
done
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue