Merge "Remove macOS-specific workaround."
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