mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
good-bye and thanks, autotools
This commit is contained in:
parent
cf6bc31172
commit
b8736225cf
64 changed files with 118 additions and 3866 deletions
3
utils/check-perl-hash.sh
Executable file
3
utils/check-perl-hash.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
# make sure perl hashes have correct length
|
||||
find src/perl \( -name '*.c' -o -name '*.xs' \) -exec grep -n hv_store {} + | perl -l -ne 'if (/"(\w+)",\s*(\d+)/ && $2 != length $1) { $X=1; print "Incorrect key length in $_" } END { exit $X }'
|
||||
Loading…
Add table
Add a link
Reference in a new issue