Skip to content

Commit 274a132

Browse files
jrtc27gitster
authored andcommitted
config.mak.uname: Define FREAD_READS_DIRECTORIES for GNU/Hurd
GNU/Hurd is another platform that behaves like this. Set it to UnfortunatelyYes so that config directory files are correctly processed. This fixes the corresponding 'proper error on directory "files"' test in t1308-config-set.sh. Helped-by: Jeff King <[email protected]> Signed-off-by: Jessica Clarke <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent af6b65d commit 274a132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ ifeq ($(uname_S),GNU)
308308
NO_STRLCPY = YesPlease
309309
HAVE_PATHS_H = YesPlease
310310
LIBC_CONTAINS_LIBINTL = YesPlease
311+
FREAD_READS_DIRECTORIES = UnfortunatelyYes
311312
endif
312313
ifeq ($(uname_S),IRIX)
313314
NO_SETENV = YesPlease

0 commit comments

Comments
 (0)