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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user