mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
locale: adapt helper scripts to current compilers
Origin commit data
------------------
Branch: ni/coolstream
Commit: e9673d8798
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-12-31 (Mon, 31 Dec 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
c38e43a2d9
commit
2dc29624ca
@@ -27,14 +27,15 @@ cat > locals.h <<EOH
|
||||
|
||||
typedef enum
|
||||
{
|
||||
NONEXISTANT_LOCALE,
|
||||
EOH
|
||||
printf "\tNONEXISTANT_LOCALE" >> locals.h
|
||||
|
||||
while read id; do
|
||||
echo $'\t'"LOCALE_$id," >> locals.h;
|
||||
printf ",\n\tLOCALE_$id" >> locals.h;
|
||||
done
|
||||
|
||||
cat >> locals.h <<EOF
|
||||
|
||||
} neutrino_locale_t;
|
||||
#endif
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user