mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 21:32:12 +02:00
* Upgrade to 5.21. * The debian-742262.patch is still needed. (From OE-Core rev: 9f336e07df7e273c55f0c7a451604a3500b4c6ab) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
690 B
Diff
20 lines
690 B
Diff
The awk pattern was checked *before* the Perl pattern, so the perl
|
|
script with BEGIN{...} would be reported as awk, this patch fixes it.
|
|
|
|
Upstream-Status: Backport [debian]
|
|
|
|
Signed-off-by: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
|
|
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
|
|
---
|
|
diff --git a/magic/Magdir/commands b/magic/Magdir/commands
|
|
--- a/magic/Magdir/commands
|
|
+++ b/magic/Magdir/commands
|
|
@@ -57,6 +57,7 @@
|
|
0 string/wt #!\ /usr/bin/awk awk script text executable
|
|
!:mime text/x-awk
|
|
0 regex/4096 =^\\s{0,100}BEGIN\\s{0,100}[{] awk or perl script text
|
|
+!:strength - 12
|
|
|
|
# AT&T Bell Labs' Plan 9 shell
|
|
0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
|