changelog creation: "command | > file" doesn't fly
Change-Id: If270d509fbbad6a390ab61345bd1b14ead6ccc21
This commit is contained in:
parent
1b6677f16a
commit
9ec6519650
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue