summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2017-01-04 08:59:17 -0400
committerDavid Bremner <bremner@debian.org>2017-01-04 09:09:21 -0400
commit7716a545e84bed8b65c7a67ce29bc84bcdf05365 (patch)
tree41896ea04cd0ff20c21aeaa7c14133570e1df35c /emacsen-common
parentabf59ab8cb4051cd8d12e7cf6d1168244afb5224 (diff)
maintscripts: add exit 0 for skipping xemacs
Diffstat (limited to 'emacsen-common')
-rwxr-xr-xemacsen-common/remove3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacsen-common/remove b/emacsen-common/remove
index d09371e..56ba5b6 100755
--- a/emacsen-common/remove
+++ b/emacsen-common/remove
@@ -18,7 +18,8 @@ case $FLAVOR in
exit 0
;;
xemacs*)
- echo remove/${ELPA_DIR}: Skipping unsupported emacs ${FLAVOUR}
+ echo remove/${ELPA_DIR}: Skipping unsupported emacs ${FLAVOUR}
+ exit 0
;;
*)
echo remove/${ELPA_DIR}: Handling removal of emacsen flavor ${FLAVOR}