Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jun 2000 16:55:54 +0300
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        Michael Urban <murban@tznet.com>
Cc:        jim@luna.cdrom.com, freebsd-ports@FreeBSD.org
Subject:   Re: 2 more problems..
Message-ID:  <393E5469.87A61FBF@FreeBSD.org>
References:  <393DD69E.688C5367@tznet.com> <20000607033714.B690@luna.cdrom.com> <393E51D9.AF89D108@tznet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Michael Urban wrote:

> That's what I tried the first couple times cause that is the way they
> explained it in the handbook. But below is my exact input, and then the
> response I get:
>
> vampire# shar 'find icepref' > icepref.txt
> [: closing paren expected
> [: icepref: unexpected operator
> sed: find: No such file or directory

Are you sure that you have used right quotes? Please compare the following:
1. shar 'find icepref'
2. shar `find icepref`

-Maxim
(answer: the 1st is incorrect, please read sh manual to see why)



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?393E5469.87A61FBF>