On Wed, 2003-06-25 at 14:00, Guillaume Rousse wrote: > > > ./fixkeys: line 5: : command not found > > > error: 604AA4E4.asc: import read failed. > > > > <snip> > > > > Are you sure you copy / pasted correctly? As I read it, there *aren't* > > five lines in that scriptlet. > > Here it is again, with 5 lines denoted by indentation: > for key in `gpg --list-keys | grep pub | tail +2 | cut -d " " -f 3 | cut -d > "/" -f 2`; do > gpg --export --armor $key; > rpm --import $key.asc; > rm -f $key.asc; > done
Ah, that reads better. Thanks. -- adamw
