From dce4822157c39befe25d8264512c739eecaf26e2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 11 Oct 2010 22:25:36 -0700 Subject: Fix indention error in repoman headerstring code. --- bin/repoman | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/repoman b/bin/repoman index d414bf738..55b67e6bc 100755 --- a/bin/repoman +++ b/bin/repoman @@ -2240,9 +2240,9 @@ else: if myfile not in expansion: continue - myout = subprocess_getstatusoutput("egrep -q "+headerstring+" "+myfile) - if myout[0] == 0: - myheaders.append(myfile) + myout = subprocess_getstatusoutput("egrep -q "+headerstring+" "+myfile) + if myout[0] == 0: + myheaders.append(myfile) print("%s have headers that will change." % green(str(len(myheaders)))) print("* Files with headers will cause the " + \ -- cgit v1.2.3-1-g7c22