diff --git a/packaging/win32/daily_build.sh b/packaging/win32/daily_build.sh index c4b3c61c33..1082fb5c5b 100755 --- a/packaging/win32/daily_build.sh +++ b/packaging/win32/daily_build.sh @@ -3,11 +3,11 @@ set -e function qpushd() { pushd "$@" >/dev/null; } -svn update function qpopd() { popd >/dev/null; } function unix_path() { echo "$*" | sed 's,^\([A-Za-z]\):,/\1,;s,\\,/,g'; } qpushd "$(dirname $(unix_path "$0"))" +svn update . functions.sh . defaults.sh