versions mention urls
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Wed, 25 Mar 2009 08:08:20 +0000 (08:08 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Wed, 25 Mar 2009 08:08:20 +0000 (08:08 +0000)
scripts/all-modules.sh

index 7b42a80..d3f7d5c 100755 (executable)
@@ -35,7 +35,7 @@ function do_version () {
     
     ( echo $name ; \
       date ; \
-      $build_dir/module-version -a ; \
+      $build_dir/module-version -a --url ; \
       date ) &> $out_tmp
     mv -f $out_tmp $out_file
 }