mirror of
https://github.com/correl/melpa.git
synced 2025-03-07 04:45:08 -10:00
Merge pull request #24 from genehack/buildpkg-tweak
Remove another '-u dcurtis' instance
This commit is contained in:
commit
1e13f1cf71
1 changed files with 1 additions and 1 deletions
2
buildpkg
2
buildpkg
|
@ -5,7 +5,7 @@
|
|||
|
||||
for pkg in $@; do
|
||||
echo "Building package: $pkg"
|
||||
emacs --batch -l package-build.el -u dcurtis --eval "(package-build-archive \"$pkg\")"
|
||||
emacs --batch -l package-build.el --eval "(package-build-archive \"$pkg\")"
|
||||
echo
|
||||
echo
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue