Add quotes around UID variable.
On my own system, this variable isn't set, which cases the command to fail.
This commit is contained in:
parent
d83fd5d9c8
commit
9a34cbb329
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ cd mingw
|
|||
docker build -t mingw-wesnoth .
|
||||
rm -rf ../mingwbuild
|
||||
mkdir ../mingwbuild
|
||||
docker run -it -v "$PWD"/../../..:/wesnoth -v "$PWD"/../mingwbuild:/output --tmpfs /build -u $UID mingw-wesnoth
|
||||
docker run -it -v "$PWD"/../../..:/wesnoth -v "$PWD"/../mingwbuild:/output --tmpfs /build -u "$UID" mingw-wesnoth
|
||||
|
|
Loading…
Add table
Reference in a new issue