Skip to content
Snippets Groups Projects
Commit ee33804f authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

FIX issue 151

parent 7af28417
No related branches found
No related tags found
2 merge requests!184Solve issue 151: Fix wolf scripts,!182Fix wolf scripts issue 151
Pipeline #
...@@ -92,3 +92,8 @@ if ! [[ $BASE =~ $TYPE ]] ; ...@@ -92,3 +92,8 @@ if ! [[ $BASE =~ $TYPE ]] ;
then then
BASE="$TYPE"_"$BASE"; BASE="$TYPE"_"$BASE";
fi fi
if ! [[ $CLASSNAME =~ .*BASE*. ]] ;
then
CLASSNAME=${CLASSNAME//Base} # Replace Base with nothing
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment