changeset 2334:0ac3f45e790f

Improve indentation
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 28 Mar 2012 15:48:13 +0200
parents f653602a0500
children 706925f984e1
files tools/patch-tool-mxe
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/patch-tool-mxe	Wed Mar 28 15:46:58 2012 +0200
+++ b/tools/patch-tool-mxe	Wed Mar 28 15:48:13 2012 +0200
@@ -42,10 +42,10 @@
 # init
 function init_git {
   cd $gitsdir
-  echo $pkg_file | grep "\.tar\.gz" >> /dev/null  && tar xf $mxedir/pkg/$pkg_file
+  echo $pkg_file | grep "\.tar\.gz"  >> /dev/null && tar xf $mxedir/pkg/$pkg_file
   echo $pkg_file | grep "\.tar\.bz2" >> /dev/null && tar xf $mxedir/pkg/$pkg_file
   echo $pkg_file | grep "\.tar\.xz"  >> /dev/null && xz -dc $mxedir/pkg/$pkg_file | tar xf -
-  echo $pkg_file | grep "\.zip" >> /dev/null      && unzip $mxedir/pkg/$pkg_file >> /dev/null
+  echo $pkg_file | grep "\.zip"      >> /dev/null && unzip  $mxedir/pkg/$pkg_file >> /dev/null
   cd $gitsdir/$pkg_subdir && \
   (git init; git add -A; git commit -m "init") > /dev/null
   git tag dist