gnucash-on-windows master: Consistently use same output redirection format
Geert Janssens
gjanssens at code.gnucash.org
Sun Sep 22 07:11:55 EDT 2019
Updated via https://github.com/Gnucash/gnucash-on-windows/commit/f7749d30 (commit)
from https://github.com/Gnucash/gnucash-on-windows/commit/85730bd1 (commit)
commit f7749d30eff75844cc1a343c755c7bd6cab2b741
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sun Sep 22 13:11:51 2019 +0200
Consistently use same output redirection format
diff --git a/buildserver/build_package.ps1 b/buildserver/build_package.ps1
index ae8d1b2..a4f4242 100644
--- a/buildserver/build_package.ps1
+++ b/buildserver/build_package.ps1
@@ -126,7 +126,7 @@ if (test-path -path $install_manifest) {
# Update the gnucash-on-windows repository
#bash-command -command "cd $script_unix && git reset --hard && git pull --rebase"
# Build the latest GnuCash and all dependencies not installed via mingw64
-bash-command -command "jhbuild --no-interact -f $script_unix/jhbuildrc build --clean > >(tee -a $log_unix) 2> >(tee -a $log_unix)"
+bash-command -command "jhbuild --no-interact -f $script_unix/jhbuildrc build --clean > >(tee -a $log_unix) 2>&1"
$new_file = test-path -path $target_dir\$package\$branch\inst\bin\gnucash.exe -NewerThan $time_stamp
if ($new_file) {
#Build the installer
Summary of changes:
buildserver/build_package.ps1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list