about summary refs log tree commit diff
path: root/Functions/Misc/is-at-least
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Misc/is-at-least')
-rw-r--r--Functions/Misc/is-at-least2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/is-at-least b/Functions/Misc/is-at-least
index 6debe4c5a..d4b0e2fe0 100644
--- a/Functions/Misc/is-at-least
+++ b/Functions/Misc/is-at-least
@@ -14,7 +14,7 @@
 # is-at-least 586 $MACHTYPE && echo 'You could be running Mandrake!'
 # is-at-least $ZSH_VERSION || print 'Something fishy here.'
 
-emulate zsh ; setopt LOCAL_OPTIONS
+emulate -L zsh
 
 local IFS=".-" min_cnt=0 ver_cnt=0 part min_ver version