Procházet zdrojové kódy

fix bitwise idempotentness of code shasum script

Mokhtar Naamani před 4 roky
rodič
revize
f68b14f25b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 \