Commit c2d3611b authored by Vitaly Lipatov's avatar Vitaly Lipatov

pack.d/common.sh: set PRODUCT by default for the script name

parent b3decb62
......@@ -72,3 +72,4 @@ return_tar()
echo $1 >$RETURNTARNAME || fatal "Can't save tar name $1 to file $RETURNTARNAME"
}
[ -n "$PRODUCT" ] || PRODUCT="$(basename $0 .sh)"
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