"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | 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...
Yes, I belive that will be the correct fix. -- Lgb