From 99b70ab59b65144210111c2cfe435f8f330eb96b Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 1 Mar 2012 19:18:50 +0000 Subject: [PATCH] Remove unused variable --- script/noosfero-plugins | 6 ------ 1 file changed, 0 insertions(+), 6 deletions(-) diff --git a/script/noosfero-plugins b/script/noosfero-plugins index a8ded5f..90f8b05 100755 --- a/script/noosfero-plugins +++ b/script/noosfero-plugins @@ -18,14 +18,8 @@ enabled_plugins=$(find -L "$enabled_plugins_dir" -maxdepth 1 -mindepth 1 -type d disabled_plugins=$(printf "%s\n" $available_plugins $enabled_plugins_dir | sort | uniq -u) # operation defaults -read_only=true quiet=false -# initialization -if [ -w "$enabled_plugins_dir" ]; then - read_only=false -fi - _list() { for plugin in $available_plugins; do echo "$plugin" -- libgit2 0.21.2