]> git.pld-linux.org Git - packages/crossmingw32-gettext.git/blob - gettext-killkillkill.patch
ff06ac3c94cc707081dbc103b9561b34965880e9
[packages/crossmingw32-gettext.git] / gettext-killkillkill.patch
1 diff -Nru gettext-0.12.orig/gettext-tools/misc/gettextize.in gettext-0.12/gettext-tools/misc/gettextize.in
2 --- gettext-0.12.orig/gettext-tools/misc/gettextize.in  2003-05-20 14:30:03.000000000 +0200
3 +++ gettext-0.12/gettext-tools/misc/gettextize.in       2003-05-08 22:41:15.000000000 +0200
4 @@ -1052,6 +1052,10 @@
5      5) count="five paragraphs";;
6      *) count="$count paragraphs";;
7    esac
8 +  echo "Press Return to acknowledge the previous $count."
9 +  # Read from /dev/tty, not stdin, so that gettextize cannot be abused by
10 +  # non-interactive tools.
11 +  read dummy < /dev/tty
12  fi
13  
14  exit 0
This page took 0.042691 seconds and 2 git commands to generate.