From 02d57c3865e8604c609a8f4ba20b8340103f9286 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 29 Mar 2001 18:20:02 +0000 Subject: [PATCH] Enable dot-file globbing. --- bin/lib | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/lib b/bin/lib index e61cce2..48c1a8f 100644 --- a/bin/lib +++ b/bin/lib @@ -1,6 +1,9 @@ # The Evaluator -- Shell Function Library # (c) 2001 Martin Mares +# General settings +shopt -s dotglob + # Logging functions. # File handles used: fd1=log, fd2=progress -- 2.39.2