various fixes
[buildscripts] / elisp
diff --git a/elisp b/elisp
index 21ff0db8226ecfd36e7bff8cde74314cd2a605f0..087e53b1b1be351d9e1dcb2bc220b1cf390e5914 100755 (executable)
--- a/elisp
+++ b/elisp
@@ -1,4 +1,4 @@
-#!/bin/bash -l
+#!/bin/bash
 # Copyright (C) 2016 Ian Kelling
 
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,6 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi
+
 if [[ $1 == -u ]]; then
     u="git pull"
 else