diff options
Diffstat (limited to 't/spy.sh')
-rwxr-xr-x | t/spy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ # So it seems only non-overlapping ::-rule may be portable. This is # what we check now. -. ./defs || Exit 1 +. ./defs || exit 1 cat >Makefile <<\EOF a :: b |