From 1fe276fa02b89b6243c3029e68f08275334c6c11 Mon Sep 17 00:00:00 2001
From: Rodrigo Silva (MestreLion) <linux@rodrigosilva.com>
Date: Mon, 6 Feb 2012 14:28:50 -0200
Subject: [PATCH] SYS_BASHRC enabled in config-top.h

---
 config-top.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config-top.h b/config-top.h
index 147d4f4..14ff584 100644
--- a/config-top.h
+++ b/config-top.h
@@ -75,7 +75,7 @@
 #define KSH_COMPATIBLE_SELECT
 
 /* System-wide .bashrc file for interactive shells. */
-/* #define SYS_BASHRC "/etc/bash.bashrc" */
+#define SYS_BASHRC "/etc/bash.bashrc"
 
 /* System-wide .bash_logout for login shells. */
 /* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */
-- 
1.7.1

