# HG changeset patch # User Edho Prima Arief # Date 1320031677 -25200 # Node ID 70928bbbd6cb6a873a9f08b4ce550f4b628ee156 # Parent f18a27a0e8fc0b9db258af272699a4c3e3ee7a54 Whoops, forgot that bin is outside rc directory. diff -r f18a27a0e8fc -r 70928bbbd6cb setup --- a/setup Sat Oct 29 11:40:35 2011 +0700 +++ b/setup Mon Oct 31 10:27:57 2011 +0700 @@ -100,7 +100,7 @@ _rc "${1}" "hg" ".hgrc" _rc "${1}" "vim" ".vimrc" _rc "${1}" "inputrc" ".inputrc" - _rc "${1}" "bin" ".ecos_bin" + _rc "${1}" "../bin" ".ecos_bin" ;; *) _help