From f8bfab0fff649d27ad1dee3e11d7e9ba70564597 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 9 Mar 2015 18:40:20 -0300 Subject: [PATCH] script/noosfero-plugins: fix syntax error --- script/noosfero-plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/noosfero-plugins b/script/noosfero-plugins index 5a3e4c6..daf55ac 100755 --- a/script/noosfero-plugins +++ b/script/noosfero-plugins @@ -8,7 +8,7 @@ if [ -e /etc/default/noosfero ]; then . /etc/default/noosfero fi -if [ -z "$NOOSFERO_DIR"]; then +if [ -z "$NOOSFERO_DIR" ]; then this_script=$(readlink -f $0) NOOSFERO_DIR=$(dirname $this_script | xargs dirname) fi -- libgit2 0.21.2