summaryrefslogtreecommitdiff
path: root/emacsen-common/install
diff options
context:
space:
mode:
Diffstat (limited to 'emacsen-common/install')
-rwxr-xr-xemacsen-common/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsen-common/install b/emacsen-common/install
index 2d29e75..6e64ae6 100755
--- a/emacsen-common/install
+++ b/emacsen-common/install
@@ -39,7 +39,7 @@ echo install/${ELPA_DIR}: byte-compiling for ${FLAVOR}
# Byte compile them
(cd ${elc_dir}
set +e
- ${FLAVOR} -q -batch -l package \
+ ${FLAVOR} --quick --batch -l package \
--eval "(add-to-list 'package-directory-list \"$src_dir\")" \
-f package-initialize -f batch-byte-compile *.el > Install.log 2>&1
if test $? -ne 0