Split build: Newer git changed the format of git-remote.

* download:
This commit is contained in:
Jan Holesovsky 2010-07-07 20:38:33 +02:00
parent 2c105bdb6f
commit 9a42d8002b

View file

@ -22,7 +22,7 @@ COMPONENTS="artwork base bootstrap calc components extensions extras filters
help impress l10n libs-core libs-extern libs-extern-sys libs-gui ooo-build
postprocess sdk testing ure writer"
ORIGIN=`git remote show -n origin | grep URL: | sed 's#^[[:space:]]*URL: ##'`
ORIGIN=`git remote show -n origin | grep 'Fetch URL:' | sed 's#^[[:space:]]*Fetch URL: ##'`
SKIP=
REPO=`echo "$ORIGIN" | sed 's#/[^/]\+/\?$##'`