diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-07-07 20:38:33 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-07-07 20:38:33 +0200 |
commit | 9a42d8002b75af9d1cd04342a9614fe83e201b31 (patch) | |
tree | e54271830cef63085c24fa4d1de0ce4877635bf4 /download | |
parent | 2c105bdb6f032a123bc3737c049a11f8429f07d3 (diff) |
Split build: Newer git changed the format of git-remote.
* download:
Diffstat (limited to 'download')
-rwxr-xr-x | download | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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#/[^/]\+/\?$##'` |