mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
4ce3ed8e34
commit
8c6f79532c
@ -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'; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user