On Wed, 2006-03-22 at 12:36 -0500, Ray Strode wrote: > for S in "<list of schemas here>"; do > gconftool-2 --make-install-rule $S > done > > to > > gconftool-2 --make-install-rule <list of schemas here> Please, for x in $schemas ; do echo \'$x\' ; done \ | xargs gconftool-2 --make-install-rule (But we should probably work on actually making gconftool-2 faster at this, as well) -- Peter -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list