Skip to content
Snippets Groups Projects

Add steam-runtime-launcher-service integration

Merged Simon McVittie requested to merge wip/smcv/launcher-service into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -250,7 +250,7 @@ case "${STEAM_RUNTIME-}" in
if [ "${path}" == "${STEAM_RUNTIME}" ]; then
# path is exactly the ${STEAM_RUNTIME}; ignore
continue
elif [ "${path#${STEAM_RUNTIME}/}" != "${path}" ]; then
elif [ "${path#"${STEAM_RUNTIME}/"}" != "${path}" ]; then
# path is ${STEAM_RUNTIME}/...; ignore
continue
else
Loading