diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-05-20 19:34:48 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-05-20 19:34:48 +0000 |
| commit | b897d72a5adf5cfad8c79f90e155bae99bdde48c (patch) | |
| tree | 0e06330d11aebdabb067f53e790c38664297ec4e /unit-tests/escape.mk | |
| parent | 14ade6f03183ea07683d6775a858bfd51fac9990 (diff) | |
Diffstat (limited to 'unit-tests/escape.mk')
| -rw-r--r-- | unit-tests/escape.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unit-tests/escape.mk b/unit-tests/escape.mk index bb37c9217f4c3..be9c4dd60e3fd 100644 --- a/unit-tests/escape.mk +++ b/unit-tests/escape.mk @@ -1,4 +1,4 @@ -# $Id: escape.mk,v 1.1.1.2 2014/11/06 01:40:37 sjg Exp $ +# $Id: escape.mk,v 1.1.1.3 2020/01/22 01:07:14 sjg Exp $ # # Test backslash escaping. @@ -35,8 +35,8 @@ # Also, our practice is that an even number of backslashes before a # newline in a variable assignment simply stores the backslashes as part # of the value, and treats the newline as though it was not escaped. -# Similarly, ann even number of backslashes before a newline in a -# command simply uses the backslashes as part of the command test, but +# Similarly, an even number of backslashes before a newline in a +# command simply uses the backslashes as part of the command, but # does not escape the newline. This is compatible with GNU make. all: .PHONY |
