Update Solaris changes to use OSTYPE and zsh datetime module.

This commit is contained in:
Moinak Ghosh 2014-09-16 22:29:52 +05:30
commit 5f38a537ce
4 changed files with 6 additions and 11 deletions

View file

@ -1,4 +1,4 @@
if [ "${PLAT}" = "SunOS" ]
if [ "$OSTYPE[0,7]" = "solaris" ]
then
if [ ! -x ${HOME}/bin/nroff ]
then