docs/manual: fix bash export syntax in example code
authorLuca Ceresoli <luca@lucaceresoli.net>
Wed, 11 Nov 2015 17:47:41 +0000 (18:47 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 11 Nov 2015 22:12:30 +0000 (23:12 +0100)
To export a variable in .bashrc we shouldn't put a '$' at the
beginning of the line, and there must be a '=' between key and value.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
docs/manual/download-location.txt

index cca7e7e13b4ac9c8d7924b1a3f5c56acfe62f444..0b53f54ca14ebbb5ce6b7d503da2598352198918 100644 (file)
@@ -17,7 +17,7 @@ set, then the value of +BR2_DL_DIR+ in the Buildroot configuration is
 overridden. The following line should be added to +<~/.bashrc>+.
 
 -----------------
$ export BR2_DL_DIR <shared download location>
export BR2_DL_DIR=<shared download location>
 -----------------
 
 The download location can also be set in the +.config+ file, with the