Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-13 15:46:32 -0700 (Tue, 13 Sep 2005)
Revision: 1979
Log message:
Lm_glob used to consider any string with a ~ inside a glob string, resulting
in:
% echo foo~bar
*** omake error:
File -: line 1, characters 0-12
Failure: foo~bar: bad match
Changing to only pay attention to ~ in the beginning of a string.
Changes | Path |
+3 -1 | libmojave/util/lm_glob.ml |