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

Loading…
Cancel
Save