Skip to content
Snippets Groups Projects

Solve issue 151: Fix wolf scripts

Merged Angel Santamaria-Navarro requested to merge fix_wolf_scripts_issue_151 into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -92,3 +92,8 @@ if ! [[ $BASE =~ $TYPE ]] ;
then
BASE="$TYPE"_"$BASE";
fi
if ! [[ $CLASSNAME =~ .*BASE*. ]] ;
then
CLASSNAME=${CLASSNAME//Base} # Replace Base with nothing
fi
Loading