1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 20:19:23 +00:00

fix bug for #168

This commit is contained in:
deadc0de6
2019-06-19 19:36:44 +02:00
parent 38a9366a71
commit eb9cae54da
2 changed files with 13 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ grep '^another test' ${tmpd}/abc >/dev/null
cd ${ddpath} | ${bin} install -f -c ${cfg} -p p2
cat ${tmpd}/abc
grep '^this is some test' ${tmpd}/abc >/dev/null
grep '^this is some sub-test' ${tmpd}/abc >/dev/null
grep '^42' ${tmpd}/abc >/dev/null
grep '^another test' ${tmpd}/abc >/dev/null