summaryrefslogtreecommitdiff
path: root/plugins/emoji/update_emoji.pl
diff options
context:
space:
mode:
authorTim O'Brien <timo@t413.com>2015-09-14 15:39:18 -0700
committerTim O'Brien <timo@t413.com>2015-09-14 15:39:18 -0700
commite8639c700ebbf8aa416c0d14c8e3a292f1062dd7 (patch)
tree7705714541cc8781a1be7e1d2343d34e5e8aa9b1 /plugins/emoji/update_emoji.pl
parent797e1f9a64c0d2775723bb28c76745b327f86d56 (diff)
parent9c08641d7c2aae0c82fa5ad91f94c67b70115ba5 (diff)
downloadzsh-e8639c700ebbf8aa416c0d14c8e3a292f1062dd7.tar.gz
zsh-e8639c700ebbf8aa416c0d14c8e3a292f1062dd7.tar.bz2
zsh-e8639c700ebbf8aa416c0d14c8e3a292f1062dd7.zip
Update to current robbyrussell/oh-my-zsh master
Diffstat (limited to 'plugins/emoji/update_emoji.pl')
-rw-r--r--plugins/emoji/update_emoji.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/emoji/update_emoji.pl b/plugins/emoji/update_emoji.pl
index d90c6e316..04f3ce8e7 100644
--- a/plugins/emoji/update_emoji.pl
+++ b/plugins/emoji/update_emoji.pl
@@ -88,7 +88,7 @@ typeset -gAH emoji_mod
}
# Modifiers are included in both the main set and their separate map,
# because they have a standalone representation as a color swatch.
- if ( $modifier_status == "modifier" ) {
+ if ( $modifier_status eq "modifier" ) {
$outfh->print("emoji_mod[$omz_name]=\$'$zsh_code'\n");
}
} else {