mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 19:19:51 +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
|
@ -4,7 +4,10 @@
|
||||||
# (package-build-archive
|
# (package-build-archive
|
||||||
|
|
||||||
for pkg in $@; do
|
for pkg in $@; do
|
||||||
echo "Building package: $pkg"
|
echo "Building package: $pkg"
|
||||||
emacs --batch -l package-build.el -u dcurtis --eval "(package-build-archive \"$pkg\")"
|
emacs --batch -l package-build.el -u dcurtis --eval "(package-build-archive \"$pkg\")"
|
||||||
|
echo
|
||||||
|
echo
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue