diff options
author | Moinak Ghosh <moinakg@gmail.com> | 2014-09-16 22:29:52 +0530 |
---|---|---|
committer | Moinak Ghosh <moinakg@gmail.com> | 2014-09-16 22:29:52 +0530 |
commit | 5f38a537cef0d79c9d53c01e8f88d150e985c70a (patch) | |
tree | 80e45f999600dec1d5701dd9875cd23b34fd2317 /plugins | |
parent | 5e328e3a9c0784521ae4170f7958183c352bae83 (diff) | |
download | zsh-5f38a537cef0d79c9d53c01e8f88d150e985c70a.tar.gz zsh-5f38a537cef0d79c9d53c01e8f88d150e985c70a.tar.bz2 zsh-5f38a537cef0d79c9d53c01e8f88d150e985c70a.zip |
Update Solaris changes to use OSTYPE and zsh datetime module.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/colored-man/colored-man.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/colored-man/colored-man.plugin.zsh b/plugins/colored-man/colored-man.plugin.zsh index 4956f4346..5c613f49d 100644 --- a/plugins/colored-man/colored-man.plugin.zsh +++ b/plugins/colored-man/colored-man.plugin.zsh @@ -1,4 +1,4 @@ -if [ "${PLAT}" = "SunOS" ] +if [ "$OSTYPE[0,7]" = "solaris" ] then if [ ! -x ${HOME}/bin/nroff ] then |