Gorgone
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
support/functions/_patch
|
@ -89,9 +89,6 @@ _apply_consolepatch(){ |
|
|
patchlog="$(mktemp)" |
|
|
patchlog="$(mktemp)" |
|
|
for e in ${patchlist[@]} |
|
|
for e in ${patchlist[@]} |
|
|
do |
|
|
do |
|
|
|
|
|
|
|
|
_checkpatch $e |
|
|
|
|
|
|
|
|
|
|
|
_w=0 |
|
|
_w=0 |
|
|
cd "$svndir" |
|
|
cd "$svndir" |
|
|
printf "$y_l\n | PATCH : apply $e" |
|
|
printf "$y_l\n | PATCH : apply $e" |
|
|