Skip to content

Commit

Permalink
genstbtoolmenu.sh little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed Oct 16, 2016
1 parent ae9e63b commit 1d52d7b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ cd menu
menucfg=$(ls | grep -v ${BOXNAME})
for cfg in $menucfg; do
if ! grep "M:menu/${BOXNAME}" $cfg >/dev/null;then
sed -i "/M:main:Return to Main Menu/i\M:menu/${BOXNAME}:Return to ${BOXNAME} Tools menu" $e
sed -i "/M:main:Return to Main Menu/i\M:menu/${BOXNAME}:Return to ${BOXNAME} Tools menu" $cfg
fi;done )

exit 0

0 comments on commit 1d52d7b

Please sign in to comment.