Mercurial > ec-dotfiles
comparison bash @ 97:65ce115fd21d
Merge.
author | Edho Prima Arief <edho@myconan.net> |
---|---|
date | Thu, 14 Jul 2011 00:51:44 +0700 |
parents | 26c9dc482051 |
children | a1c6b40a535f |
comparison
equal
deleted
inserted
replaced
95:a5324d2cc0eb | 97:65ce115fd21d |
---|---|
23 _has_gnu_grep= | 23 _has_gnu_grep= |
24 case "$(uname -s)" in | 24 case "$(uname -s)" in |
25 Linux) | 25 Linux) |
26 _has_rm_I=y | 26 _has_rm_I=y |
27 _has_gnu_ls=y | 27 _has_gnu_ls=y |
28 _has_gnu_grep=y | |
28 ;; | 29 ;; |
29 SunOS) | 30 SunOS) |
30 [ -x /usr/gnu/bin/rm ] && _has_rm_I=y | 31 [ -x /usr/gnu/bin/rm ] && _has_rm_I=y |
31 [ -x /usr/gnu/bin/ls ] && _has_gnu_ls=y | 32 [ -x /usr/gnu/bin/ls ] && _has_gnu_ls=y |
32 [ -x /usr/gnu/bin/grep ] && _has_gnu_grep=y | 33 [ -x /usr/gnu/bin/grep ] && _has_gnu_grep=y |