gnucash-on-windows master: Fix missing functions

Geert Janssens gjanssens at code.gnucash.org
Mon Oct 6 11:18:44 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/76c08060 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/20b9a77d (commit)



commit 76c0806012c77d00fffca5d7da343b3a09fa8932
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Oct 6 18:29:37 2014 +0200

    Fix missing functions

diff --git a/buildserver/build_package.sh b/buildserver/build_package.sh
index a3fe840..0168772 100644
--- a/buildserver/build_package.sh
+++ b/buildserver/build_package.sh
@@ -20,6 +20,8 @@ function on_error() {
   exit
 }
 
+function qpushd() { pushd "$@" >/dev/null; }
+function qpopd() { popd >/dev/null; }
 function unix_path() { echo "$*" | sed 's,^\([A-Za-z]\):,/\1,;s,\\,/,g'; }
 
 . ./functions.sh



Summary of changes:
 buildserver/build_package.sh | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list