Mercurial > ec-dotfiles
changeset 51:4496c7bf953d
[bash] csw after gnu
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Wed, 27 Apr 2011 22:43:00 +0700 |
parents | b7a63c71b07f |
children | d07ce874a280 |
files | bash |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bash Wed Apr 27 22:42:33 2011 +0700 +++ b/bash Wed Apr 27 22:43:00 2011 +0700 @@ -21,9 +21,9 @@ SunOS) [ -x /usr/gnu/bin/rm ] && _has_rm_I=y [ -x /usr/gnu/bin/ls ] && _has_gnu_ls=y - [ -d /usr/gnu/bin ] && PATH="/usr/gnu/bin:${PATH}" [ -d /opt/csw/bin ] && PATH="/opt/csw/bin:${PATH}" [ -d /opt/csw/sbin ] && PATH="/opt/csw/sbin:${PATH}" + [ -d /usr/gnu/bin ] && PATH="/usr/gnu/bin:${PATH}" ;; *BSD) _has_rm_I=y