pull/403/merge
tcv-git 2020-08-26 13:07:44 +02:00 committed by GitHub
commit 2a127d727f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ else
source ${CONFIG_FILE}
fi
# Convert paths to DOS format under Cygwin/MSYS2
if test -x /usr/bin/cygpath; then
DIR=$(cygpath -da "$DIR")
CONFIG_FILE=$(cygpath -da "$CONFIG_FILE")
fi
CONTAINER_NAME=${CONTAINER_NAME:-pigen_work}
CONTINUE=${CONTINUE:-0}
PRESERVE_CONTAINER=${PRESERVE_CONTAINER:-0}