I modified it like this:
echo "alg $alg"
echo "key $key"
echo "comment $comment"
printf "$alg $key $comment\n" >> "$keyfile" ; \
so I could see where printf was breaking. It's breaking on the first one
-- $alg
Unmatched '.
key: Undefined variable.
comment: Undefined variable.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"