From f739452fff4a12d64c78a3656640ed03fcfe91d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Visnovitz?= Date: Mon, 13 Sep 2021 17:02:27 +0200 Subject: [PATCH] Add note about GLOB_BRACE flag not working in Alpine (#945) --- reference/filesystem/functions/glob.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/filesystem/functions/glob.xml b/reference/filesystem/functions/glob.xml index ef5b49d4bc..6616ea1559 100644 --- a/reference/filesystem/functions/glob.xml +++ b/reference/filesystem/functions/glob.xml @@ -113,7 +113,7 @@ The GLOB_BRACE flag is not available on some non GNU - systems, like Solaris. + systems, like Solaris or Alpine Linux.