[travis] use cp properly when building pill

This commit is contained in:
Anton Dyudin 2018-03-28 20:48:38 -07:00
parent 2a96efb0d6
commit 348925ea94

View File

@ -30,7 +30,7 @@ mkdir prev
|autoload |
|mount %
.
[ $? = 0 ] && cp -r ../sys/ prev/zod/home/sys
[ $? = 0 ] && cp -r ../sys prev/zod/home/
} || {
: Pilling: Parent-pill pier not available, trying preceding pill commit
HASH2=$(git -C .. log -2 $HASH --format=%H -- sys/ | tail -1)