added "Press ENTER to continue" text after the "want to download glib?" text.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2186 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-12-03 19:56:09 +00:00 committed by cras
commit 782ac81f2c

View file

@ -344,6 +344,8 @@ if test -z "$GLIB_DIR"; then
fi
if test -n "$dlcmd"; then
echo "*** I can download GLib for you now. If you don't want to, press CTRL-C now."
echo
echo "*** Press ENTER to continue"
read answer
eval $dlcmd
if `gunzip $glib_file`; then