Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04d3c4f6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Make get-file-size compatible with toybox stat"

parents 4b2e0b22 5f1faeb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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