Explorar el Código

fix bitwise idempotentness of code shasum script

Mokhtar Naamani hace 4 años
padre
commit
f68b14f25b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/runtime-code-shasum.sh

+ 1 - 1
scripts/runtime-code-shasum.sh

@@ -13,7 +13,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
 fi
 
 # sort/owner/group/mtime arguments only work with gnu version of tar!
-${TAR} -c --sort=name --owner=root:0 --group=root:0 --mtime='UTC 2020-01-01' \
+${TAR} -c --sort=name --owner=root:0 --group=root:0 --mode 644 --mtime='UTC 2020-01-01' \
     Cargo.lock \
     Cargo.toml \
     runtime \