bugfix -- missing -
[infrastructure.git] / scripts / all-modules.sh
index 2b847e4..df1ccb1 100755 (executable)
@@ -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