1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 14:29:15 +00:00

fix issues with variables expansions

This commit is contained in:
deadc0de6
2019-06-19 15:39:40 +02:00
parent 7de8e1ef23
commit 44723dc032
7 changed files with 532 additions and 350 deletions

View File

@@ -92,6 +92,7 @@ echo "test" >> ${tmps}/dotfiles/abc
# install
cd ${ddpath} | ${bin} install -f -c ${cfg} -p p1
cat ${tmpd}/abc
grep '^this is some sub-test' ${tmpd}/abc >/dev/null
grep '^12' ${tmpd}/abc >/dev/null
grep '^another test' ${tmpd}/abc >/dev/null
@@ -99,7 +100,8 @@ grep '^another test' ${tmpd}/abc >/dev/null
# install
cd ${ddpath} | ${bin} install -f -c ${cfg} -p p2
grep '^this is some sub-test' ${tmpd}/abc >/dev/null
cat ${tmpd}/abc
grep '^this is some test' ${tmpd}/abc >/dev/null
grep '^42' ${tmpd}/abc >/dev/null
grep '^another test' ${tmpd}/abc >/dev/null