Commit 11ef7266 authored by Mikhail Tergoev's avatar Mikhail Tergoev

drop debug echo from last merge

parent 2ba9270e
......@@ -2298,10 +2298,7 @@ pw_create_gui_png () {
if [[ "$PW_PRODUCTNAME" =~ (Launcher|RU) ]]
then
PW_PRODUCTNAME="$(echo "$PW_PRODUCTNAME" | sed 's/Launcher\|RU//g')"
echo $PW_PRODUCTNAME
PW_PRODUCTNAME="${PW_PRODUCTNAME//(Launcher|RU)/}"
echo $PW_PRODUCTNAME
fi
if [[ -n "$PW_PRODUCTNAME" ]] \
......
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