Commit 083b7558 authored by Mikhail Tergoev's avatar Mikhail Tergoev

simplified getting variables for PPQt

parent 0d4c6a94
......@@ -4753,10 +4753,7 @@ pw_run () {
echo "##### Current variables #####" > "$PW_TMPFS_PATH/var.log"
env | grep -E '^(DXVK_|VKD3D_|WINE|PATH|PW_)' \
| grep -vE '^PW_GENERATE_' \
| cut -d'=' -f1 \
| while read -r var_name; do
print_var "$var_name" | tee -a "$PW_TMPFS_PATH/var.log"
done
| tee -a "$PW_TMPFS_PATH/var.log"
proxy_launch_parameters=${LAUNCH_PARAMETERS//\\\\/\\}
if [[ "$PW_USE_RUNTIME" == 1 ]] \
......
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