From 63e865e500e5afc6b52c9f990992d75873b535ff Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 13 Oct 2009 23:44:44 -0700 Subject: [PATCH] Fix quoting for [], reported by Klas Heggemann --- cf/sunos.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/sunos.m4 b/cf/sunos.m4 index 76624224d..d81be70d4 100644 --- a/cf/sunos.m4 +++ b/cf/sunos.m4 @@ -8,7 +8,7 @@ case "$host" in *-*-solaris2.7) sunos=57 ;; -*-*-solaris2.[[89]] | *-*-solaris2.1[0-9]) +*-*-solaris2.[[89]] | *-*-solaris2.1[[0-9]]) sunos=58 ;; *-*-solaris2*) -- 2.11.4.GIT