Opened 15 years ago

Closed 15 years ago

#2290 closed defect (fixed)

Inconsistent sources sizes

Reported by: ag@… Owned by: Matthew Burgess
Priority: normal Milestone: 7.0
Component: Book Version: SVN
Severity: minor Keywords:
Cc:

Description

In packages.ent the sources sizes (some) are measured with: "ls -l sources |cut -d " " -f 5" , while others with: "echo $((ls -l sources |cut -d " " -f 5 / 1024))

I am attaching a patch to fix this inconsistency, taking as rule what is already mentioned in editor's guide.

Attachments (1)

sources.diff (11.1 KB ) - added by ag@… 15 years ago.

Download all attachments as: .zip

Change History (5)

by ag@…, 15 years ago

Attachment: sources.diff added

comment:1 by ag@…, 15 years ago

correction:

echo $((ls -l sources |cut -d " " -f 5 / 1024))

comment:2 by ag@…, 15 years ago

Hmm, I had it right at the first time, but it seems I can't enter backticks inside () (maybe).

comment:3 by Matthew Burgess, 15 years ago

Owner: changed from lfs-book@… to Matthew Burgess
Status: newassigned

comment:4 by Matthew Burgess, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r8784. I've left the sizes for packages that have outstanding upgrade tickets alone.

Note: See TracTickets for help on using tickets.