mostly fixes for new error handling
[distro-setup] / dsremote
index 2557b73c76ca4c5e68a0f55fd78fad2e21e88637..13a5176b05311abfb841dc303c4597bc13919bc9 100755 (executable)
--- a/dsremote
+++ b/dsremote
@@ -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
+
 set -eE -o pipefail
 trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR