From 349a7e92e306df0fefdcb63253d8576b96ccaf96 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Sat, 21 Mar 2009 10:52:05 +0100 Subject: [PATCH] don't error when iq set comes without item --- install.sh | 65 ++++++++++++++++++++++++----------------- world/net/include/net.h | 2 +- world/net/jabber/user.c | 9 +++++- 3 files changed, 47 insertions(+), 29 deletions(-) diff --git a/install.sh b/install.sh index 4187754..eec2df8 100755 --- a/install.sh +++ b/install.sh @@ -39,24 +39,32 @@ lo="" if test -d "/etc/portage" then - cat < /dev/null @@ -164,10 +172,12 @@ echo "${hi}PSYCED INSTALLATION WIZARD${lo}" if ! test -e data.tar then - echo "This installation script is designed to work with an image of the" - echo "current development tree in a file called data.tar. Obtain a" - echo "psyced release tar from http://www.psyced.org, which contains" - echo "both this script and its data.tar" + cat <