aboutsummaryrefslogtreecommitdiff
path: root/mac/Plumb.app
diff options
context:
space:
mode:
Diffstat (limited to 'mac/Plumb.app')
-rwxr-xr-xmac/Plumb.app/Contents/MacOS/plumb4
1 files changed, 3 insertions, 1 deletions
diff --git a/mac/Plumb.app/Contents/MacOS/plumb b/mac/Plumb.app/Contents/MacOS/plumb
index fc5e2c30..f98cd2e7 100755
--- a/mac/Plumb.app/Contents/MacOS/plumb
+++ b/mac/Plumb.app/Contents/MacOS/plumb
@@ -1,6 +1,8 @@
#!/bin/bash
-. ~/.bashrc
+if [ -e ~/.bashrc ] ; then
+ . ~/.bashrc
+fi
PLAN9=${PLAN9:-/usr/local/plan9}
bin=$PLAN9/bin