summary refs log tree commit diff
path: root/src/check-diff
blob: d3342388594e1e334d6490fb8ba552758b3a7089 (plain) (blame)
1
2
3
4
5
#!/bin/sh
while read i; do
  read j 0<&7 || exit 1
  test "$i" = "$j" || exit 1
done 7<$1.dist <$1.local