From: Luca Ceresoli Date: Wed, 11 Nov 2015 17:47:41 +0000 (+0100) Subject: docs/manual: fix bash export syntax in example code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89b7375b0f9f55183b5157473d849367d4f5b5cb;p=buildroot.git docs/manual: fix bash export syntax in example code 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 Signed-off-by: Thomas Petazzoni --- diff --git a/docs/manual/download-location.txt b/docs/manual/download-location.txt index cca7e7e13b..0b53f54ca1 100644 --- a/docs/manual/download-location.txt +++ b/docs/manual/download-location.txt @@ -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 + export BR2_DL_DIR= ----------------- The download location can also be set in the +.config+ file, with the