mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Try more aggressively to prevent line-wrapping (e.g. on an 80 column display) on
that "wgetrc exists" message.
This commit is contained in:
parent
367f3b15d7
commit
14e5a6d11e
@ -106,12 +106,14 @@ install.wgetrc:
|
||||
echo ' $(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC).new'; \
|
||||
$(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC).new; \
|
||||
echo; \
|
||||
echo "WARNING: Differing \`$(WGETRC)' already exists and"; \
|
||||
echo " has been spared. You might want to consider"; \
|
||||
echo " merging in the new lines from \`$(WGETRC).new'."; \
|
||||
echo "WARNING: Differing \`$(WGETRC)'"; \
|
||||
echo " exists and has been spared. You might want to"; \
|
||||
echo " consider merging in the new lines from"; \
|
||||
echo " \`$(WGETRC).new'."; \
|
||||
echo; \
|
||||
echo "<Hit RETURN to acknowledge>\c"; \
|
||||
read user_input; \
|
||||
echo; \
|
||||
fi; \
|
||||
else \
|
||||
$(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC); \
|
||||
|
Loading…
Reference in New Issue
Block a user