Opened 16 years ago
Closed 16 years ago
#2290 closed defect (fixed)
Inconsistent sources sizes
Reported by: | 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)
Change History (5)
by , 16 years ago
Attachment: | sources.diff added |
---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Hmm, I had it right at the first time, but it seems I can't enter backticks inside () (maybe).
comment:3 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r8784. I've left the sizes for packages that have outstanding upgrade tickets alone.
Note:
See TracTickets
for help on using tickets.
correction:
echo $((
ls -l sources |cut -d " " -f 5
/ 1024))