summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
Diffstat (limited to 'emacsen-common')
-rwxr-xr-xemacsen-common/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsen-common/install b/emacsen-common/install
index 090505f..88ed6cf 100755
--- a/emacsen-common/install
+++ b/emacsen-common/install
@@ -45,7 +45,7 @@ echo install/${ELPA_PACKAGE}: byte-compiling for ${FLAVOR}
# Byte compile them
(cd ${elc_dir}
set +e
- ${FLAVOR} -Q -batch -l package \
+ ${FLAVOR} -q -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