Use variable for diff options instead of unconditionally specifying "-rN".
authordtucker <dtucker@openbsd.org>
Sun, 30 Oct 2022 18:42:07 +0000 (18:42 +0000)
committerdtucker <dtucker@openbsd.org>
Sun, 30 Oct 2022 18:42:07 +0000 (18:42 +0000)
commit69d7fcb105738c33ad53326628c1c1d8d567b36a
treeecafb523d2c557732ec169630b5fbc3a9c64d578
parent1b4a394fde7ee125bb7af82662ad3ea96d51265f
Use variable for diff options instead of unconditionally specifying "-rN".
This will make life easier in -portable where not all diff's understand -N.
regress/usr.bin/ssh/scp.sh