mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 10:09:05 +00:00
Use PWD and add missing quotes
Fixes issues with word splitting or pathname expansion.
This commit is contained in:
parent
6115c5821c
commit
ad25a207d5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user