]> git.lizzy.rs Git - rust.git/blobdiff - pre_publish.sh
Auto merge of #4093 - rust-lang:rustup, r=oli-obk
[rust.git] / pre_publish.sh
index d8a9105c67eecaa23474fd02d0fb5a9e3a3ec50c..3602f671e3dec5de2039bc0e48e3ee2a47ba15d3 100755 (executable)
@@ -4,13 +4,6 @@ set -e
 
 ./util/update_lints.py
 
-git status --short | sort | grep -v README.md | grep -v helper.txt | sort > helper.txt
-
-# abort if the files differ
-diff "publish.files" "helper.txt"
-
-rm helper.txt
-
 # add all changed files
 git add .
 git commit -m "Bump the version"