mac Plumb: skip loading non-existent .bashrc
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5434052
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ~/.bashrc
|
||||
if [ -e ~/.bashrc ] ; then
|
||||
. ~/.bashrc
|
||||
fi
|
||||
PLAN9=${PLAN9:-/usr/local/plan9}
|
||||
|
||||
bin=$PLAN9/bin
|
||||
|
||||
Reference in New Issue
Block a user