mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-15 10:30:04 +00:00
Add unit test for negative ignore patterns in import command
This commit is contained in:
@@ -50,7 +50,7 @@ cur=$(dirname "$(${rl} "${0}")")
|
||||
|
||||
# dotdrop path can be pass as argument
|
||||
ddpath="${cur}/../"
|
||||
[ "${1}" != "" ] && ddpath="${1}"
|
||||
[ -n "${1}" ] && ddpath="${1}"
|
||||
[ ! -d ${ddpath} ] && echo "ddpath \"${ddpath}\" is not a directory" && exit 1
|
||||
|
||||
export PYTHONPATH="${ddpath}:${PYTHONPATH}"
|
||||
|
||||
Reference in New Issue
Block a user