Mercurial > ec-dotfiles
comparison bash @ 44:1f1af28f36e9
[bash] Bashrc, c-style ifdef.
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Wed, 27 Apr 2011 21:15:16 +0700 |
parents | b4965a1610f6 |
children | 416f9d3e9ee8 |
comparison
equal
deleted
inserted
replaced
43:b4965a1610f6 | 44:1f1af28f36e9 |
---|---|
1 #!/usr/bin/env bash | 1 #!/usr/bin/env bash |
2 | |
3 [ -n "${echo_bash}" ] && return | |
4 ecos_bash=y | |
2 | 5 |
3 [ -f .bash.conf.before ] && . .bash.conf.before | 6 [ -f .bash.conf.before ] && . .bash.conf.before |
4 _has_rm_I= | 7 _has_rm_I= |
5 _has_gnu_ls= | 8 _has_gnu_ls= |
6 _has_bsd_ls= | 9 _has_bsd_ls= |