aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}