diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/evilupdate | 2 |
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) |
