commit:     56e7e887ecc07f873e3ae5a668cf63ba6be290a0
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 18:30:25 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri May  6 18:30:25 2016 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=56e7e887

catalyst-auto: fix whitespace.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 tools/catalyst-auto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index cc4da35..101cf82 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -253,7 +253,7 @@ for i in $(find -name '*.spec'); do
   sed -i 's|^snapshot:.*$|snapshot: '${DATESTAMP}'|' ${i}
 
   # We don't want to mangle the source_subpath for our stage1 spec
-  if ! [[grep -q '^target: *stage1$' ${i} || grep -q '^target: *stage4$' ${i} 
]]; then
+  if ! [[ grep -q '^target: *stage1$' ${i} || grep -q '^target: *stage4$' ${i} 
]]; then
     sed -i 's|^source_subpath:.*$|source_subpath: '${new_source_subpath}'|' 
${i}
   fi
 

Reply via email to