From 9b9bc7e75bb87afa41c7488cf319ab9ba41ba56f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 6 Oct 2015 23:32:40 -0300 Subject: filesystem-2015.09-1.parabola1: updating version * fix FS#46450 -> https://bugs.archlinux.org/task/46450 * cleanup vars --- libre/filesystem/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre/filesystem/profile') 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 -- cgit v1.2.3