aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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)