Blame SOURCES/setup-2.8.71-bashrc-shellvar.patch

aae9e9
diff -urNp setup-2.8.71-orig/bashrc setup-2.8.71/bashrc
aae9e9
--- setup-2.8.71-orig/bashrc	2013-06-07 16:31:32.000000000 +0200
aae9e9
+++ setup-2.8.71/bashrc	2014-02-25 14:10:03.253913395 +0100
aae9e9
@@ -73,6 +73,7 @@ if ! shopt -q login_shell ; then # We're
aae9e9
        umask 022
aae9e9
     fi
aae9e9
 
aae9e9
+    SHELL=/bin/bash
aae9e9
     # Only display echos from profile.d scripts if we are no login shell
aae9e9
     # and interactive - otherwise just process them to set envvars
aae9e9
     for i in /etc/profile.d/*.sh; do