From 534b6af93dae07cda29bea80bdd5490b36dd2a54 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Wed, 12 Oct 2011 21:49:40 -0300 Subject: [PATCH] Fix name of file loaded by noosfero-plugins script --- script/noosfero-plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/noosfero-plugins b/script/noosfero-plugins index 80d9ef6..a8ded5f 100755 --- a/script/noosfero-plugins +++ b/script/noosfero-plugins @@ -5,7 +5,7 @@ set -e program_name=$(basename $0) if [ -e /etc/default/noosfero ]; then - . /etc/default/noosfero_dir + . /etc/default/noosfero else NOOSFERO_DIR=$(readlink -f `dirname $0`/..) fi -- libgit2 0.21.2