Commit a0263ab6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

alt: add c? branch/repo support

parent 7fa93782
......@@ -32,7 +32,7 @@ set_target_type()
get_type_by_git_branch_name()
{
# like p5
if echo $1 | egrep -q "^[pt][0-9].?$" ; then
if echo $1 | egrep -q "^[ptc][0-9].?$" ; then
get_altdistr_mod $1
return
fi
......
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