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