Merge "Remove macOS-specific workaround." am: e5be747906
am: 6f92a637bd
Change-Id: Ia6443d12fc45d504d8dc6228468059f0931dd85c
This commit is contained in:
@@ -420,11 +420,7 @@ while [[ -n "$1" ]]; do
|
||||
|
||||
# Generate archive info
|
||||
#echo "## Add $TYPE/$OS archive $SRC"
|
||||
if [[ $( uname ) == "Darwin" ]]; then
|
||||
SIZE=$( stat -f %z "$SRC" )
|
||||
else
|
||||
SIZE=$( stat -c %s "$SRC" )
|
||||
fi
|
||||
SIZE=$( stat -c %s "$SRC" )
|
||||
SHA1=$( sha1sum "$SRC" | cut -d " " -f 1 )
|
||||
|
||||
if uses_new_host_os ; then
|
||||
|
||||
Reference in New Issue
Block a user