There was an error while loading. Please reload this page.
1 parent 82a8f98 commit dff271eCopy full SHA for dff271e
scripts/checksum.sh
@@ -36,5 +36,5 @@ done < <(find $SAMPLE -type f \( -name "build.gradle*" -o -name "gradle-wrapper.
36
for FILE in ${FILES[@]}; do
37
echo $(checksum_file $FILE) >> $RESULT_FILE
38
done
39
-# Now sort the file so that it is
+# Now sort the file so that it is idempotent
40
sort $RESULT_FILE -o $RESULT_FILE
0 commit comments