01-23-04 10:11 PM
On 8 Jan 2004 09:19:49 -0800, Justin
<justin_georgeson@yahoo.com> wrote:quote:
> I have an rdist distfile which is giving me trouble on solaris. I
> don't know what version of rdist (rdist -v just gives me a 'no
> distfile' error and I don't seem to have a manpage installed on the
> system!). In the distfile there are a few file sets which consist of
> tar files. I have a special command for each of these to uncompress
> the archive on the remote host
>
> special "cd `echo ${REMFILE} | sed -e s/${BASEFILE}//`; tar xvf
> ${BASEFILE}; rm *.PRI; rm *LIP; rm ${BASEFILE}"
>
> It works fine on Linux and Irix, but not on Solaris. On Solaris, it
> gives me the error
>
> "First RE may not be null"
>
> I've tried the command without the curly braces, and that had no
> effect.
Are you sure that the variable BASEFILE is set?
--
Absurd Procrustean Egghead Cornstarch Variant Bill Marcum
[ Post a follow-up to this message ]
|