Browse Source

fix linebreaks

pull/57/head
Gorgone 4 years ago
committed by GitHub
parent
commit
3b2d7e3629
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      support/functions/_emu

5
support/functions/_emu

@ -26,6 +26,7 @@ enable_emu(){
fi
fi
_nl
printf $re_
cd $svndir
printf $(date)>"$workdir/patch.log"
@ -46,8 +47,10 @@ enable_emu(){
printf " Fail Count : $fcount\n\n"
# todo ask for restore svn yes / no / show log
else
printf "\n$WH Patch Staus :$G CLEAN "
printf "\n$WH Patch Staus :$G CLEAN \n"
touch "$workdir/EMU_ON"
fi
printf $re_
_nl
}

Loading…
Cancel
Save