Mercurial > ec-dotfiles
comparison rc/bashrc @ 366:f615b9564fce
Unset the test variable.
| author | Edho Arief <edho@myconan.net> | 
|---|---|
| date | Mon, 04 Jun 2012 16:32:59 +0700 | 
| parents | 3e62b13e1f48 | 
| children | 37e422bb903b | 
   comparison
  equal
  deleted
  inserted
  replaced
| 365:3e62b13e1f48 | 366:f615b9564fce | 
|---|---|
| 205 if "${_rm}" -If "/tmp/.nonexistent.$(date '+%Y%m%d%H%M%S')" 2> /dev/null; then | 205 if "${_rm}" -If "/tmp/.nonexistent.$(date '+%Y%m%d%H%M%S')" 2> /dev/null; then | 
| 206 alias rm="${_rm} -I" | 206 alias rm="${_rm} -I" | 
| 207 else | 207 else | 
| 208 alias rm="${_rm} -i" | 208 alias rm="${_rm} -i" | 
| 209 fi | 209 fi | 
| 210 unset _rm | |
| 210 | 211 | 
| 211 [ -f "${HOME}/.ecos_bash.after" ] && . "${HOME}/.ecos_bash.after" | 212 [ -f "${HOME}/.ecos_bash.after" ] && . "${HOME}/.ecos_bash.after" | 
