git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b49d4
)
Properly ignore .*.hmac files (accidental reopening of RHBZ#654638).
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 6 Dec 2010 23:00:39 +0000
(23:00 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 6 Dec 2010 23:00:39 +0000
(23:00 +0000)
febootstrap.ml
patch
|
blob
|
history
diff --git
a/febootstrap.ml
b/febootstrap.ml
index
8fee7b9
..
58b2962
100644
(file)
--- a/
febootstrap.ml
+++ b/
febootstrap.ml
@@
-151,7
+151,7
@@
let () =
);
(* Split the list of files into ones for hostfiles and ones for base image. *)
- let p_hmac = Str.regexp "/\\.*\\.hmac$" in
+ let p_hmac = Str.regexp "/\\.
.
*\\.hmac$" in
let hostfiles = ref []
and baseimgfiles = ref [] in