forked from CastroFidel/PortWINE
Major changes port_on and add use terminal in vars
This commit is contained in:
@ -6,8 +6,8 @@ START_PORTWINE
|
||||
PW_LOG=1
|
||||
if [ ! -z ${optirun_on} ]
|
||||
then
|
||||
${optirun_on} "${port_on_run}" "run" "winecfg" >&2
|
||||
$PW_TERM ${optirun_on} "${port_on_run}" "run" "winecfg" >&2
|
||||
else
|
||||
"${port_on_run}" "run" "winecfg" >&2
|
||||
$PW_TERM "${port_on_run}" "run" "winecfg" >&2
|
||||
fi
|
||||
STOP_PORTWINE
|
||||
|
Reference in New Issue
Block a user