Properly ignore .*.hmac files (accidental reopening of RHBZ#654638).
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 6 Dec 2010 23:00:39 +0000 (23:00 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 6 Dec 2010 23:00:39 +0000 (23:00 +0000)
febootstrap.ml

index 8fee7b9..58b2962 100644 (file)
@@ -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