ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/utils/bash/files/etc/bash.bashrc b/external/subpack/utils/bash/files/etc/bash.bashrc
new file mode 100644
index 0000000..158deaa
--- /dev/null
+++ b/external/subpack/utils/bash/files/etc/bash.bashrc
@@ -0,0 +1,6 @@
+# System-wide .bashrc file
+
+# Continue if running interactively
+[[ $- == *i* ]] || return 0
+
+[ \! -s /etc/shinit ] || . /etc/shinit
diff --git a/external/subpack/utils/bash/files/etc/profile.d/sys_bashrc.sh b/external/subpack/utils/bash/files/etc/profile.d/sys_bashrc.sh
new file mode 100644
index 0000000..5c06bb5
--- /dev/null
+++ b/external/subpack/utils/bash/files/etc/profile.d/sys_bashrc.sh
@@ -0,0 +1 @@
+[ -z "$BASH" ] || [ "$BASH" = /bin/sh ] || [ \! -s /etc/bash.bashrc ] || . /etc/bash.bashrc