aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-19 20:12:35 +0000
committerMichael Scherer <misc@mageia.org>2011-07-19 20:12:35 +0000
commit19dea40afe9c246fc2954c29f063e944da089fe0 (patch)
tree7c111a5e054d351cf432cf452d0fd68e28c5f9e4
parentda2e09e92ed574eeaca2403cd575bad54181d1d2 (diff)
downloadpuppet-19dea40afe9c246fc2954c29f063e944da089fe0.tar
puppet-19dea40afe9c246fc2954c29f063e944da089fe0.tar.gz
puppet-19dea40afe9c246fc2954c29f063e944da089fe0.tar.bz2
puppet-19dea40afe9c246fc2954c29f063e944da089fe0.tar.xz
puppet-19dea40afe9c246fc2954c29f063e944da089fe0.zip
fix the format, to make it similar to the one of mandriva ( compat with various tools,
a better format should be created later )
-rwxr-xr-xmodules/buildsystem/templates/maintdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/maintdb b/modules/buildsystem/templates/maintdb
index b109e79b..a6fa3ba8 100755
--- a/modules/buildsystem/templates/maintdb
+++ b/modules/buildsystem/templates/maintdb
@@ -71,7 +71,7 @@ function maintgetall()
cd "$MAINTDBDIR"
for file in *
do
- echo "$file:$(cat $file)"
+ echo "$file $(cat $file)"
done
exit 0
}