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