$NetBSD: patch-aa,v 1.1 2007/03/07 16:48:40 joerg Exp $

--- src/calc.c.orig	2007-01-20 05:25:43.000000000 +0000
+++ src/calc.c
@@ -2702,7 +2702,7 @@ get_wordlist (const char *lst)
 #else
 	glob_t gl;
 	int i;
-	if G_UNLIKELY (glob (lst, 0, NULL, &gl) != 0) {
+	if G_UNLIKELY (glob (lst, GLOB_NOCHECK, NULL, &gl) != 0) {
 		gel_errorout (_("Can't expand '%s'"), lst);
 		return NULL;
 	}