aboutsummaryrefslogtreecommitdiff
path: root/scripts/evilupdate
diff options
context:
space:
mode:
authorFrank Fischer <frank-fischer@shadow-soft.de>2015-04-20 14:07:05 +0200
committerFrank Fischer <frank-fischer@shadow-soft.de>2015-04-20 14:07:05 +0200
commit2f875d9dbc7a3020a6fc2c643232c52d4e1a3fd3 (patch)
tree57a79f8a1458499167b7a237222acb71dfca9942 /scripts/evilupdate
parentf530f8a11d23621818751318960118ddc121c37d (diff)
Makefile: add `nversion` target for not posting to the newsgroup
Diffstat (limited to 'scripts/evilupdate')
-rwxr-xr-xscripts/evilupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/evilupdate b/scripts/evilupdate
index 007f546..abc0bc7 100755
--- a/scripts/evilupdate
+++ b/scripts/evilupdate
@@ -157,7 +157,7 @@ If NONEWS is non-nil do not post a message to the newsgroup."
(cond
((= (length argv) 2)
- (unless (= (car argv) "-n")
+ (unless (equal (car argv) "-n")
(user-error "Usage: evilupdate.el [-n] VERSION"))
(evilupdate-update (cadr argv) t))
((= (length argv) 1)