mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
locale: adapt helper scripts to current compilers
This commit is contained in:
committed by
M. Liebmann
parent
4b4ef281a4
commit
e9673d8798
@@ -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