forked from CastroFidel/PortWINE
drop debug echo from last merge
This commit is contained in:
parent
2ba9270e00
commit
11ef726694
@ -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" ]] \
|
||||
|
Loading…
Reference in New Issue
Block a user