Commit 73e8dfff authored by Vitaly Lipatov's avatar Vitaly Lipatov

add filter_gear_name for replace forbidden + with plus word

parent b132528d
...@@ -98,10 +98,15 @@ is_gear() ...@@ -98,10 +98,15 @@ is_gear()
return 1 return 1
} }
filter_gear_name()
{
sed -e "s|\+|plus|g"
}
# FIXME # FIXME
get_gear_name() get_gear_name()
{ {
basename `get_root_git_dir` basename `get_root_git_dir` | filter_gear_name
} }
......
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