On Sun, Oct 07, 2007 at 05:34:45PM +0200, Marco Cavallini wrote:
> for F in etc/hotplug/{*.{agent,rc},hotplug.functions} ; do \
> /usr/bin/install -c $F
> /home/koan/ptxdist/myprojects/armtestprj/local/arm-linux/etc/hotplug ; \
> done
> /usr/bin/install: cannot stat
> `etc/hotplug/{*.{agent,rc},hotplug.functions}': No such file or directory
Maybe your shell cannot cope with that brace expansion constructs. What
does
$ echo foo{bar,baz}
say on your shell?
Robert
--
Pengutronix - Linux Solutions for Science and Industry
Entwicklungszentrum Nord http://www.pengutronix.de
--
ptxdist mailing list
[email protected]