From ae75f9c93842af752ac78a5a27e3dc5a3d93432f Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Fri, 30 Mar 2012 22:55:54 +0530 Subject: [PATCH] (minor) check-g2-compat needed an "all done" message at the end for clarity --- check-g2-compat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check-g2-compat b/check-g2-compat index 8fd1e3b..1f2bfe3 100755 --- a/check-g2-compat +++ b/check-g2-compat @@ -29,6 +29,8 @@ print "checking repos...\n"; repo(); print "\n"; +print "...all done...\n"; + # ---------------------------------------------------------------------- sub intro {