[Fusionforge-commits] FusionForge branch Branch_5_2 updated. 02df057870aa0b8d34f041d4f4ee8485a78aa711

Roland Mas lolando at fusionforge.org
Thu Jul 18 11:50:39 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_2 has been updated
       via  02df057870aa0b8d34f041d4f4ee8485a78aa711 (commit)
      from  57da5ee7198fc20ab5901db9e0c091c4a93d20a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 02df057870aa0b8d34f041d4f4ee8485a78aa711
Author: Roland Mas <lolando at debian.org>
Date:   Thu Jul 18 11:50:32 2013 +0200

    Fixed shell syntax error

diff --git a/src/plugins/mediawiki/bin/mw-fulldump b/src/plugins/mediawiki/bin/mw-fulldump
index 063e757..c2b6111 100644
--- a/src/plugins/mediawiki/bin/mw-fulldump
+++ b/src/plugins/mediawiki/bin/mw-fulldump
@@ -25,7 +25,7 @@
 # complete history, plus all images and other files, into a tarball to
 # be imported into another wiki by mw-fullrestore.
 
-if [[ $# != 1 || $1 *[[:space:]]* || -e $1.fulldump || \
+if [[ $# != 1 || $1 = *[[:space:]]* || -e $1.fulldump || \
     ! -d /var/lib/gforge/plugins/mediawiki/wikidata/$1/images/. ]]; then
 	echo 'Syntax: mw-fulldump projectname' 1>&2
 	exit 255

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/mediawiki/bin/mw-fulldump |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list