noosfero | script/noosfero-plugins: fix syntax error

Antonio Terceiro gitlab at gitlab.com
Mon Mar 9 18:40:45 BRT 2015


Antonio Terceiro pushed to refs/heads/master at <a href="https://gitlab.com/noosfero/noosfero">Noosfero / noosfero</a>

Commits:
<a href="https://gitlab.com/noosfero/noosfero/commit/f8bfab0fff649d27ad1dee3e11d7e9ba70564597">f8bfab0f</a> by Antonio Terceiro
script/noosfero-plugins: fix syntax error

somehow dash does not say anything, but bash complains.

- - - - -


Changes:

=====================================
script/noosfero-plugins
=====================================
--- 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150309/3bbae68e/attachment.html>


More information about the Noosfero-dev mailing list