summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-03-29 19:25:04 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-03-29 19:37:49 +0200
commitd260eb05a4eb1da94cfc4a7c4d4e41cd02822e45 (patch)
tree02a334a326792dcc3a281a215cf8460056f1e75a /bin
parentdb5bde754ed1c8ab6ae1d9bf346cf954de706bb1 (diff)
changelog creation: "command | > file" doesn't fly
Change-Id: If270d509fbbad6a390ab61345bd1b14ead6ccc21 (cherry picked from commit 9ec6519650280c8cda33ff921926d42840ef89c6) (cherry picked from commit 92668e74ee68a26ac5a21664ef9378d5ec0db675)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lo-pack-sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources
index d43b71b1d72f..4fb886989096 100755
--- a/bin/lo-pack-sources
+++ b/bin/lo-pack-sources
@@ -126,7 +126,7 @@ sub generate_lo_module_changelog($$$)
$log_name .= "-$module_dirname{$module}" if ($module_dirname{$module});
print "Generating changelog for $module...\n";
system ("cd $source_dir/$module_dirname{$module} && " .
- "git log --date=short --pretty='format:%cd %an <%ae> [%H]%n%n%w(0,8,8)%s%n%e%+b' | " .
+ "git log --date=short --pretty='format:%cd %an <%ae> [%H]%n%n%w(0,8,8)%s%n%e%+b' " .
">$lo_module_release_topdir/$log_name" ) &&
die "Error: generating failed: $!\n";
}