From 3fca3406ebcf944b359b208987d29f2e66f87957 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 5 Apr 2009 15:19:15 +0200 Subject: [PATCH] TODO: xbps-bin: implement shell style match patterns with fnmatch. --HG-- extra : convert_revision : 39d27e30f4af3bb93c63c3eb0091040321bb8527 --- doc/TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/TODO b/doc/TODO index d75058e95a..ef27b239eb 100644 --- a/doc/TODO +++ b/doc/TODO @@ -29,6 +29,7 @@ xbps-bin: from NetBSD do. * When checking file hash integrity (with -C files), it doesn't take into account configuration files. + * Implement shell style match patterns with fnmatch(). xbps-repo: * Add support for remote repositories, requires libfetch.