Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167419
b: refs/heads/master
c: 58242b2
h: refs/heads/master
i:
  167417: e92d173
  167415: 468ef6e
v: v3
  • Loading branch information
Alek Du authored and Sam Ravnborg committed Oct 11, 2009
1 parent 656aed9 commit e128658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3ee9470e6ccce28b5c2a1c098a5ee5aa053c668
refs/heads/master: 58242b2b065557f8467a8630f7c9b2b4b2eb891f
2 changes: 1 addition & 1 deletion trunk/scripts/Makefile.lib
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ cmd_gzip = (cat $(filter-out FORCE,$^) | gzip -f -9 > $@) || \

# Bzip2 and LZMA do not include size in file... so we have to fake that;
# append the size as a 32-bit littleendian number as gzip does.
size_append = echo -ne $(shell \
size_append = /bin/echo -ne $(shell \
dec_size=0; \
for F in $1; do \
fsize=$$(stat -c "%s" $$F); \
Expand Down

0 comments on commit e128658

Please sign in to comment.