mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05: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:
parent
84abc35a81
commit
782ac81f2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user