From ad25a207d57ef23ad062d4b68b8e250118cd21c9 Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Sun, 27 Oct 2019 13:09:54 +0100 Subject: [PATCH] Use PWD and add missing quotes Fixes issues with word splitting or pathname expansion. --- utils/dockerbuilds/make_steam_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/dockerbuilds/make_steam_build b/utils/dockerbuilds/make_steam_build index 241b2338194d..11f1d1a66a0d 100755 --- a/utils/dockerbuilds/make_steam_build +++ b/utils/dockerbuilds/make_steam_build @@ -2,4 +2,4 @@ cd steamrt docker build -t steamos-wesnoth . -docker run -it -v $(pwd)/../../..:/wesnoth -v $(pwd)/../steambuild:/output steamos-wesnoth +docker run -it -v "$PWD"/../../..:/wesnoth -v "$PWD"/../steambuild:/output steamos-wesnoth