mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
locale: adapt helper scripts to current compilers
Origin commit data
------------------
Commit: e9673d8798
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-12-31 (Mon, 31 Dec 2012)
This commit is contained in:
committed by
Michael Liebmann
parent
524f358446
commit
86f4e01de7
@@ -27,14 +27,15 @@ cat > locals_intern.h <<EOH
|
||||
|
||||
const char * locale_real_names[] =
|
||||
{
|
||||
"INTERNAL ERROR - PLEASE REPORT",
|
||||
EOH
|
||||
printf "\t\"INTERNAL ERROR - PLEASE REPORT\"" >> 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 <<EOF
|
||||
|
||||
};
|
||||
#endif
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user