Merge "Make get-file-size compatible with toybox stat"
This commit is contained in:
commit
04d3c4f655
|
@ -26,5 +26,5 @@ endef
|
|||
|
||||
# $(1): The file to check
|
||||
define get-file-size
|
||||
stat --format "%s" "$(1)" | tr -d '\n'
|
||||
stat -c "%s" "$(1)" | tr -d '\n'
|
||||
endef
|
||||
|
|
Loading…
Reference in New Issue