summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-12-19 07:54:15 +0100
committerUlrich Müller <ulm@gentoo.org>2014-12-19 07:54:15 +0100
commitcb12846c46545f39ddcdc3b0d08dc390670c271f (patch)
tree836d5f2d748b9c73277a898c8011c3d6250a5140 /emacs.eselect
parentUpdate example in ctags man page. (diff)
downloademacs-tools-cb12846c46545f39ddcdc3b0d08dc390670c271f.tar.gz
emacs-tools-cb12846c46545f39ddcdc3b0d08dc390670c271f.tar.bz2
emacs-tools-cb12846c46545f39ddcdc3b0d08dc390670c271f.zip
Use consistent style with a single equals sign for tests.
Diffstat (limited to 'emacs.eselect')
-rw-r--r--emacs.eselect2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.eselect b/emacs.eselect
index 4b3a8e9..7b63e59 100644
--- a/emacs.eselect
+++ b/emacs.eselect
@@ -248,7 +248,7 @@ do_update() {
test_for_root
if [[ -L ${EROOT}/usr/bin/emacs ]]; then
- if [[ $1 == *if*unset && -e ${EROOT}/usr/bin/emacs ]]; then
+ if [[ $1 = *if*unset && -e ${EROOT}/usr/bin/emacs ]]; then
do_action ctags update ifunset
return
fi