Skip to content
Snippets Groups Projects
Commit cfa633cd authored by Simon McVittie's avatar Simon McVittie
Browse files

Cope with SteamAppId being unset

parent a249684f
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ if [ -n "$interactive" ]; then ...@@ -164,7 +164,7 @@ if [ -n "$interactive" ]; then
fi fi
if [ -z "$fake_home" ]; then if [ -z "$fake_home" ]; then
if [ -n "$SteamAppId" ]; then if [ -n "${SteamAppId:-}" ]; then
fake_home="$HOME/.var/app/com.steampowered.App$SteamAppId" fake_home="$HOME/.var/app/com.steampowered.App$SteamAppId"
else else
echo "$me: either --home, --freedesktop-app-id, --steam-app-id" \ echo "$me: either --home, --freedesktop-app-id, --steam-app-id" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment