From 04f0c6e4d8f280ea39d1a062d47214cca5359ff3 Mon Sep 17 00:00:00 2001 From: Joshua Ismael Haase Hernández Date: Tue, 19 Oct 2010 16:03:02 -0500 Subject: Fixed thing for this to work --- librerelease | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librerelease') diff --git a/librerelease b/librerelease index f684e4d..b53b9d8 100755 --- a/librerelease +++ b/librerelease @@ -21,7 +21,7 @@ # You should have received a copy of the GNU General Public License # along with Parabola. If not, see . custom_config=$XDG_CONFIG_HOME/libretools/libretools.conf -if [-e $custom_config]; then +if [ -e $custom_config ]; then source $custom_config else source /etc/libretools.conf -- cgit v1.2.3-54-g00ecf