From: Martin Mares Date: Thu, 29 Mar 2001 18:20:02 +0000 (+0000) Subject: Enable dot-file globbing. X-Git-Tag: python-dummy-working~535 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=02d57c3865e8604c609a8f4ba20b8340103f9286;p=eval.git Enable dot-file globbing. --- 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