From: Bruno Haible Date: Mon, 5 Aug 2002 11:51:41 +0000 (+0000) Subject: Avoid error message on Solaris. X-Git-Tag: 0.11.5-branchpoint~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d2d28e5ac88d8b264e8386c4d611d0bf5dd455;p=thirdparty%2Fgettext.git Avoid error message on Solaris. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 36a3f6694..5b43ebeb8 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2002-08-03 Paul Eggert + + * gettextize.in: Use "read dummy" to avoid an error with Solaris + /bin/sh. + 2002-08-02 Bruno Haible * gettextize.in: Add ulonglong.m4 to m4filelist. diff --git a/misc/gettextize.in b/misc/gettextize.in index e1501076f..c23545086 100644 --- a/misc/gettextize.in +++ b/misc/gettextize.in @@ -968,7 +968,7 @@ if $doit; then 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 < /dev/tty + read dummy < /dev/tty fi exit 0