Split build: Newer git changed the format of git-remote.
* download:
This commit is contained in:
parent
2c105bdb6f
commit
9a42d8002b
1 changed files with 1 additions and 1 deletions
2
download
2
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#/[^/]\+/\?$##'`
|
||||
|
|
Loading…
Reference in a new issue