summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-07-07 20:38:33 +0200
committerJan Holesovsky <kendy@suse.cz>2010-07-07 20:38:33 +0200
commit9a42d8002b75af9d1cd04342a9614fe83e201b31 (patch)
treee54271830cef63085c24fa4d1de0ce4877635bf4 /download
parent2c105bdb6f032a123bc3737c049a11f8429f07d3 (diff)
Split build: Newer git changed the format of git-remote.
* download:
Diffstat (limited to 'download')
-rwxr-xr-xdownload2
1 files changed, 1 insertions, 1 deletions
diff --git a/download b/download
index c68ba5d89193..1b4d83d46684 100755
--- a/download
+++ b/download
@@ -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#/[^/]\+/\?$##'`