Advertisement
lcawte

Double /bin directories

Feb 18th, 2011
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. if [ -d "/home/betawiki/bin"] ; and
  2. if [ -d "/home/lcawte/bin" ] ; then
  3.     PATH="/home/lcawte/bin:$PATH"
  4.     PATH="/home/betawiki/bin:$PATH"
  5. fi
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement