Display unified diff
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1592df658e
commit
c25b804a83
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ for ver in "${versions[@]}"; do
|
||||||
echo "${ver}" >>tools.txt.new
|
echo "${ver}" >>tools.txt.new
|
||||||
done
|
done
|
||||||
|
|
||||||
diff tools.txt tools.txt.new && {
|
diff -u tools.txt tools.txt.new && {
|
||||||
echo "Up to date"
|
echo "Up to date"
|
||||||
rm tools.txt.new
|
rm tools.txt.new
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue