summaryrefslogtreecommitdiff
path: root/libre/filesystem/profile
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-06 23:32:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-06 23:32:40 -0300
commit9b9bc7e75bb87afa41c7488cf319ab9ba41ba56f (patch)
tree5d98f975957140bf74213a505ac1ed5e10fdcec5 /libre/filesystem/profile
parent57904774b4df4a813969dbdcef9c8b490d09037d (diff)
filesystem-2015.09-1.parabola1: updating version
* fix FS#46450 -> https://bugs.archlinux.org/task/46450 * cleanup vars
Diffstat (limited to 'libre/filesystem/profile')
-rw-r--r--libre/filesystem/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/filesystem/profile b/libre/filesystem/profile
index 59d0abc83..60c1821dd 100644
--- a/libre/filesystem/profile
+++ b/libre/filesystem/profile
@@ -16,7 +16,7 @@ if test -d /etc/profile.d/; then
fi
# Source global bash config
-if test "$PS1" && test "$BASH" && test -r /etc/bash.bashrc; then
+if test "$PS1" && test "$BASH" && test -z ${POSIXLY_CORRECT+x} && test -r /etc/bash.bashrc; then
. /etc/bash.bashrc
fi