diff --git a/update_version.sh b/update_version.sh index 56fd840..396cf58 100644 --- a/update_version.sh +++ b/update_version.sh @@ -33,7 +33,7 @@ for ver in "${versions[@]}"; do echo "${ver}" >>tools.txt.new done -diff tools.txt tools.txt.new && { +diff -u tools.txt tools.txt.new && { echo "Up to date" rm tools.txt.new exit 0