Commit e01343a7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack common: allow wildcard for return_tar

parent 385f13c7
...@@ -43,7 +43,7 @@ has_wildcard() ...@@ -43,7 +43,7 @@ has_wildcard()
return_tar() return_tar()
{ {
[ -n "$RETURNTARNAME" ] || fatal "RETURNTARNAME is empty" [ -n "$RETURNTARNAME" ] || fatal "RETURNTARNAME is empty"
echo "$1" >$RETURNTARNAME || fatal "Can't save tar name $1 to file $RETURNTARNAME" echo $1 >$RETURNTARNAME || fatal "Can't save tar name $1 to file $RETURNTARNAME"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment