Skip to content

Commit

Permalink
Use PWD and add missing quotes
Browse files Browse the repository at this point in the history
Fixes issues with word splitting or pathname expansion.
  • Loading branch information
soliton- committed Oct 27, 2019
1 parent 6115c58 commit ad25a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dockerbuilds/make_steam_build
Expand Up @@ -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

0 comments on commit ad25a20

Please sign in to comment.