>> 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?

$ echo foo{bar,baz}
foobar foobaz

/marco

-- 
ptxdist mailing list
[email protected]

Reply via email to