1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-22 08:06:25 +00:00
Lakka-LibreELEC/packages/devel/gettext/patches/gettext-0.18.2-non_interactive.patch
Stephan Raue f86cead32b gettext: convert to new package format, move package
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-09 23:17:26 +01:00

19 lines
801 B
Diff

diff -Naur gettext-0.18.1.1-old/gettext-tools/misc/gettextize.in gettext-0.18.1.1-new/gettext-tools/misc/gettextize.in
--- gettext-0.18.1.1-old/gettext-tools/misc/gettextize.in 2010-06-06 05:49:57.000000000 -0700
+++ gettext-0.18.1.1-new/gettext-tools/misc/gettextize.in 2010-08-18 06:52:51.000000000 -0700
@@ -1272,10 +1272,10 @@
5) count="five paragraphs";;
*) count="$count paragraphs";;
esac
- echo "Press Return to acknowledge the previous $count."
- # Read from /dev/tty, not stdin, so that gettextize cannot be abused by
- # non-interactive tools.
- read dummy < /dev/tty
+# echo "Press Return to acknowledge the previous $count."
+# # Read from /dev/tty, not stdin, so that gettextize cannot be abused by
+# # non-interactive tools.
+# read dummy < /dev/tty
fi
exit 0