From dbbd2e1c6583f33c31e3e4605bc640879740a45d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 7 Nov 2016 05:27:43 +0300 Subject: bugfix & code style --- %HOME%/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '%HOME%/.profile') diff --git a/%HOME%/.profile b/%HOME%/.profile index 43c0e81..f107b3f 100644 --- a/%HOME%/.profile +++ b/%HOME%/.profile @@ -1,5 +1,5 @@ LANG="$( locale --no-unicode --utf )" && export LANG -[ -n "${BASH_VERSION+x}" ] \ +[ -n "${BASH_VERSION+x}" ] \ && [ -r "$HOME/.bashrc" ] \ && source "$HOME/.bashrc" -- cgit v1.2.3