From: thierry Date: Thu, 8 Oct 2009 15:29:40 +0000 (+0000) Subject: bugfix -- missing - X-Git-Tag: foo~234 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=db604009505e5e8f87757b2242c831955fc5e5c8;p=infrastructure.git bugfix -- missing - --- diff --git a/scripts/all-modules.sh b/scripts/all-modules.sh index 2b847e4..df1ccb1 100755 --- a/scripts/all-modules.sh +++ b/scripts/all-modules.sh @@ -35,7 +35,7 @@ function do_version () { ( echo $name ; \ date ; \ - $build_dir/module-version -a --url --www $name ; \ + $build_dir/module-version --www $name -a --url ; \ date ) &> $out_tmp mv -f $out_tmp $out_file } @@ -61,7 +61,7 @@ function do_diff () { # egrep 'was not found|Skipping failed' $out_tmp ; # cat $out_tmp ) > $out_file - $build_dir/module-diff -a -www $name &> $out_tmp + $build_dir/module-diff --www $name -a &> $out_tmp mv -f $out_tmp $out_file