Really final changes for daily build script.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18094 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2009-05-28 09:32:16 +00:00
parent 8c6f79532c
commit 7b21ff4d00

View File

@ -3,11 +3,11 @@
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'; }
qpushd "$(dirname $(unix_path "$0"))" qpushd "$(dirname $(unix_path "$0"))"
svn update
. functions.sh . functions.sh
. defaults.sh . defaults.sh