1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 08:19:17 +00:00

auto rename link_by_default to link_import_default for #110

This commit is contained in:
deadc0de6
2019-03-27 13:44:55 +01:00
parent 509a7c1848
commit f2a7f8ec9e
5 changed files with 24 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ _EOF
# install
cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V
cat ${cfg}
#cat ${cfg}
# ensure exists and is not link
[ ! -d ${tmpd}/abc ] && echo "not a directory" && exit 1
@@ -109,7 +109,7 @@ _EOF
# install
cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V
cat ${cfg}
#cat ${cfg}
# ensure exists and parent is a link
[ ! -e ${tmpd}/abc ] && echo "not exist" && exit 1
@@ -138,7 +138,7 @@ _EOF
# install
cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1 -V
cat ${cfg}
#cat ${cfg}
# ensure exists and children are links
tree ${tmpd}