From 2df822c4dc36b1cbf85f55d70fbfe6aa32b1eefb Mon Sep 17 00:00:00 2001 From: Gorgone Date: Thu, 11 Apr 2019 15:08:35 +0200 Subject: [PATCH] Update _patch fix typo --- support/functions/_patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/functions/_patch b/support/functions/_patch index a0d0628..93fd03d 100644 --- a/support/functions/_patch +++ b/support/functions/_patch @@ -11,7 +11,7 @@ _get_patch(){ [ -f $PATCHNAME ] && echo -e "$Y old patch found\n remove $P$PATCHNAME" && rm -f $PATCHNAME; echo -e $W" load $PATCHNAME"; wget -q -O$PATCHNAME $PATCHURL; - [ -f $PATCHNAME ] && echo -e $G" ok$W new $PATCHNAME loadet\n" || echo -e $R" patch not found\n"$W; + [ -f $PATCHNAME ] && echo -e $G" ok$W new $PATCHNAME loaded\n" || echo -e $R" patch not found\n"$W; }; _apply_menupatch(){ [ -f "$workdir/SVN-IS-PATCHED" ] && quicksvnrestore $_toolchainname 2>/dev/null;