From 451901ebaa130fcffa88b3eeafcd919a2095f487 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 31 Dec 2012 19:13:48 +0100 Subject: [PATCH] locale: adapt helper scripts to current compilers Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4b03fa98ba171a300b24fb690af4a29e32870a95 Author: Stefan Seyfried Date: 2012-12-31 (Mon, 31 Dec 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/locale/helpers/create-locals.h | 5 +++-- data/locale/helpers/create-locals_intern.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/locale/helpers/create-locals.h b/data/locale/helpers/create-locals.h index 946b43138..6752aac6c 100755 --- a/data/locale/helpers/create-locals.h +++ b/data/locale/helpers/create-locals.h @@ -27,14 +27,15 @@ cat > locals.h <> locals.h while read id; do - echo $'\t'"LOCALE_$id," >> locals.h; + printf ",\n\tLOCALE_$id" >> locals.h; done cat >> locals.h < locals_intern.h <> locals_intern.h while read id; do - echo $'\t'"\"$id\"," >> locals_intern.h; + printf ",\n\t\"$id\"" >> locals_intern.h done cat >> locals_intern.h <