|
From: Ben C. <php...@be...> - 2001-10-11 14:46:58
|
For the Features sub menu I changed it from read choice <$tempfile to choice=`cat $tempfile` because read was only grabbing the first line and losing the rest of the options. Please let me know whether this works for you. On Tue, Sep 25, 2001 at 05:56:23PM +0200, Patrick Mairif wrote: > Hi, > > I think the problem is this line: > > choice=`<$tempfile` > > choice is then empty. > when I replace it with > > read choice <$tempfile > > it works better. > > patrick! > > -- > http://home.nikocity.de/mairif > http://caravan-network.de > ICQ# 96716515 > > _______________________________________________ > phpbt-dev mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpbt-dev |