diff --git a/scripts/checksum.sh b/scripts/checksum.sh index 928962ec4..de425d3fd 100755 --- a/scripts/checksum.sh +++ b/scripts/checksum.sh @@ -36,5 +36,5 @@ done < <(find $SAMPLE -type f \( -name "build.gradle*" -o -name "gradle-wrapper. for FILE in ${FILES[@]}; do echo $(checksum_file $FILE) >> $RESULT_FILE done -# Now sort the file so that it is +# Now sort the file so that it is idempotent sort $RESULT_FILE -o $RESULT_FILE \ No newline at end of file