Hi Akim.

Sorry for the late answer, but I had somehow missed this message.

On 08/01/2012 01:17 PM, Akim Demaille wrote:
> 
> Le 1 août 2012 à 12:49, Stefano Lattarini a écrit :
> 
>> +# Test to make sure subdirs in EXTRA_DIST work.
>> +# Also tests to make sure *srcdir is properly handled.
>> +# Also test the situation when the list of distributed files contains
> 
> where?
> 
> Or "Also test when the list…"
> 
>> # a directory and a file in it, and repeated directories.
>>
>> . ./defs || exit 1
>> -- 
>> 1.7.12.rc0
> 
Fixed with the attached patch.

Thanks,
  Stefano
>From e57f57d01d4236c91dc645b901637140e463ee53 Mon Sep 17 00:00:00 2001
Message-Id: <e57f57d01d4236c91dc645b901637140e463ee53.1344934674.git.stefano.lattar...@gmail.com>
From: Stefano Lattarini <[email protected]>
Date: Tue, 14 Aug 2012 10:56:37 +0200
Subject: [PATCH] cosmetics: fix improper wording in a comment

* t/distdir.sh: Here, in heading comments.

Reported-by: Akim Demaille <[email protected]>
Signed-off-by: Stefano Lattarini <[email protected]>
---
 t/distdir.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/t/distdir.sh b/t/distdir.sh
index 8edf6f0..0f46625 100755
--- a/t/distdir.sh
+++ b/t/distdir.sh
@@ -16,7 +16,7 @@
 
 # Test to make sure subdirs in EXTRA_DIST work.
 # Also tests to make sure *srcdir is properly handled.
-# Also test the situation when the list of distributed files contains
+# Also test the situation where the list of distributed files contains
 # a directory and a file in it, and repeated directories.
 
 . ./defs || exit 1
@@ -31,7 +31,6 @@ EXTRA_DIST = foo/bar joe $(top_srcdir)/woo/doo $(srcdir)/dada \
 	     some another/sub yet \
 	     some another/sub yet
 
-
 all-local:
 	$(MKDIR_P) another/sub/subsub
 	touch another/sub/subsub/file2
-- 
1.7.12.rc0.129.g61b472e

Reply via email to