Merge pull request #168 from iKarith/master

And another ${WORKDIR} bug *sigh*
This commit is contained in:
Twinaphex 2015-02-02 16:41:26 +01:00
commit e3cdc945b1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ fetch_git_submodules() {
if [ -n "${3}" ]; then
echo "=== Fetching ${3} ==="
fi
if [ -d "${2}/.git" ]; then
if [ -d "${WORKDIR}/${2}/.git" ]; then
cd "${WORKDIR}/${2}"
log_verbose "${WORKDIR}/${2}:git pull"
git pull