diff options
Diffstat (limited to 't/phony.sh')
-rwxr-xr-x | t/phony.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/phony.sh b/t/phony.sh index 7ee11163c..fce2a6be0 100755 --- a/t/phony.sh +++ b/t/phony.sh @@ -17,7 +17,7 @@ # Make sure .PHONY can be given dependencies several times. # From Ralf Corsepius. -. ./defs || Exit 1 +. ./defs || exit 1 cat >Makefile.am << 'EOF' .PHONY: foo |