From ae9d34e943b3a7c443ba071d6bdbeb0f8b756598 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 18 Feb 2023 21:25:58 -0500 Subject: [PATCH] Accommodate paths with spaces --- lug-lutris-install.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-lutris-install.json b/lug-lutris-install.json index af0c751..acfd376 100644 --- a/lug-lutris-install.json +++ b/lug-lutris-install.json @@ -72,7 +72,7 @@ { "execute": { "description": "Creating game path", - "command": "mkdir -p $GAMEDIR'/drive_c/Program Files/Roberts Space Industries/StarCitizen/'{LIVE,PTU}" + "command": "mkdir -p \"$GAMEDIR/drive_c/Program Files/Roberts Space Industries/StarCitizen/\"{LIVE,PTU}" } } ],