[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TV] [Fwd: WGET Script Problem]



In list.comp.tv, Brian wrote:
> 
[snip]
> 
> WGETCMD="wget -U'$APPL' -O'$LOC' '$TVDATA'"
[snip]
> $WGETCMD

This is basically the problem. I've come across it myself when doing
things, the /easiest/ way to sort it would be to replace these two lines
with just one which calls wget directly:

    wget -U"$APPL" -O"$LOC" "$TVDATA"

HTH,

Andrew

-- 
Andrew Flegg -- mailto:andrew@xxxxxxxx  |  http://www.bleb.org/