On Mon, Apr 01, 2002 at 12:12:06AM +0200, Paul Seelig wrote:
> for i in $(files) ; do \
>    /usr/bin/install -c -m 644 ./$i 
>/usr/src/Debian/LyX/lyx-1.2.0pre1/debian/tmp/usr/share/lyx/reLyX/$i ; \
> done
> /bin/sh: files: command not found

Not unexpectedly, since $(files) is the shell syntax for inserting process
output.

Probably something like $$files was meant...

                        ---Kayvan
-- 
Kayvan A. Sylvan          | Proud husband of       | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)

Attachment: msg35685/pgp00000.pgp
Description: PGP signature

Reply via email to