1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

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
parent 84abc35a81
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