From: MEBIL Date: Wed, 20 Sep 2017 11:26:00 +0000 (+0200) Subject: mebil X-Git-Tag: kivitendo-mebil_0.1-0~28 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/7aa608d18a6dc8385d5b2f511611b9af92404756?ds=sidebyside;hp=--cc mebil --- 7aa608d18a6dc8385d5b2f511611b9af92404756 diff --git a/build/kivitendo.co b/build/kivitendo.co index 85ade5a82..d3d0f478a 100755 --- 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