]> mj.ucw.cz Git - eval.git/blobdiff - bin/lib
Cosmetic changes.
[eval.git] / bin / lib
diff --git a/bin/lib b/bin/lib
index 237a89139141f97ee4d9608cd9e00c92faa4d210..0be042f80b88efde5fc5f39b3d3e9694bbf655d6 100644 (file)
--- a/bin/lib
+++ b/bin/lib
@@ -1,5 +1,5 @@
 # The Evaluator -- Shell Function Library
-# (c) 2001--2004 Martin Mares <mj@ucw.cz>
+# (c) 2001--2007 Martin Mares <mj@ucw.cz>
 
 # General settings
 shopt -s dotglob
@@ -104,7 +104,9 @@ EOF
        pend "OK"
 }
 
-# Locating source file in SDIR, pass name in SRCN (without path) and extension in SRCEXT
+# Locate source file.
+# If no parameter is given, locate it in SDIR and return name as SRCN and extension as SRCEXT
+# Or a file name can be given and then SDIR, SRCN and SRCEXT are set.
 
 function locate-source
 {