[Bug 619518] Review Request: aajohan-comfortaa - Modern style true type font

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 30 18:58:23 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=619518

--- Comment #14 from Luya Tshimbalanga <luya at fedoraproject.org> 2010-07-30 14:58:22 EDT ---
Almost but I need to reminder how set a variable that uses string like
"Comfortaa FONTLOG.txt"

I borrowed the method from ns-bola-fonts but I cannot exactly remember how to
declare such variable:

chmod 0644 *.txt
for txt in *.txt ; do
   fold -s $txt > $txt.new[]
   sed -i 's/\r//' $txt.new[]
   touch -r $txt $txt.new[]
   mv $txt.new[] $txt 

Result:
+ for txt in '*.txt'
+ fold -s Comfortaa FONTLOG.txt
fold: Comfortaa: No such file or directory
fold: FONTLOG.txt: No such file or directory
+ sed -i 's/\r//' Comfortaa FONTLOG.txt.new

Should I declare something like $txt[]?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list