dot/e16-bindings, dot/xinitrc: Fix shell quoting for `pavucontrol'.
[profile] / dot / xinitrc
index 4e03412..89105c1 100755 (executable)
@@ -441,7 +441,7 @@ EOF
        eval "${line#!}"
        ;;
       *)
-       set -- $line
+       eval "set -- $line"
        run bgclients "$@"
        ;;
     esac