projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c1f4f7
)
mebil
author
MEBIL
<mebil@mebil.(none)>
Wed, 20 Sep 2017 11:26:00 +0000
(13:26 +0200)
committer
MEBIL
<mebil@mebil.(none)>
Wed, 20 Sep 2017 11:26:00 +0000
(13:26 +0200)
build/kivitendo.co
patch
|
blob
|
history
diff --git
a/build/kivitendo.co
b/build/kivitendo.co
index
85ade5a
..
d3d0f47
100755
(executable)
--- a/
build/kivitendo.co
+++ b/
build/kivitendo.co
@@
-24,7
+24,8
@@
set -e
# alternativer Versuch: Es wird das lokale Repository geklont:
-git clone ../..
+cwd=$(pwd)
+git clone ${cwd%/build/src}
pushd kivitendo-erp >/dev/null
git checkout $1
popd >/dev/null