From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [tisdk-setup-scripts][PATCH] create-sdcard.sh: Use export LANG setting
Date: Fri, 13 Jun 2014 11:52:33 -0400 [thread overview]
Message-ID: <20140613155232.GB2311@edge> (raw)
In-Reply-To: <1402604130-27374-1-git-send-email-fcooper@ti.com>
On Thu, Jun 12, 2014 at 03:15:30PM -0500, Franklin S. Cooper Jr wrote:
> * Force locale language to be set to English this allows the script to run
> * properly on a Linux OS whose default language isn't English.
Missing SOB line.
Acked-by: Denys Dmytriyenko <denys@ti.com>
> ---
> create-sdcard.sh | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/create-sdcard.sh b/create-sdcard.sh
> index 3e02050..85fefbf 100644
> --- a/create-sdcard.sh
> +++ b/create-sdcard.sh
> @@ -36,6 +36,10 @@
> # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
> # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
>
> +# Force locale language to be set to English. This avoids issues when doing
> +# text and string processing.
> +export LANG=C
> +
> # Determine the absolute path to the executable
> # EXE will have the PWD removed so we can concatenate with the PWD safely
> PWD=`pwd`
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2014-06-13 15:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-12 20:15 [tisdk-setup-scripts][PATCH] create-sdcard.sh: Use export LANG setting Franklin S. Cooper Jr
2014-06-13 15:52 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140613155232.GB2311@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.