Really final changes for daily build script.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18093 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2009-05-28 09:31:04 +00:00
parent 4ce3ed8e34
commit 8c6f79532c

View File

@ -3,6 +3,7 @@
set -e set -e
function qpushd() { pushd "$@" >/dev/null; } function qpushd() { pushd "$@" >/dev/null; }
svn update
function qpopd() { popd >/dev/null; } function qpopd() { popd >/dev/null; }
function unix_path() { echo "$*" | sed 's,^\([A-Za-z]\):,/\1,;s,\\,/,g'; } function unix_path() { echo "$*" | sed 's,^\([A-Za-z]\):,/\1,;s,\\,/,g'; }