From fdb3a52a017ec3c151bd2c41cac3fb2012937fc3 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 1 Nov 2016 09:51:20 -0400 Subject: [PATCH] doc: variable -> variables --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b8b3957..969b86e 100644 --- a/README.rst +++ b/README.rst @@ -163,7 +163,7 @@ Note how invoking any toolchain command (make, gcc, etc.) is just a matter of pr The dockcross script will execute the given command-line inside the container, along with all arguments passed after the command. Commands that evaluate -environmental variable in the image, like `$CC` above, should be executed in +environmental variables in the image, like `$CC` above, should be executed in `bash -c`. The present working directory is mounted within the image, which can be used to make source code available in the Docker container.