projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ad7429
)
leaking_addresses: remove version number
author
Tobin C. Harding
<me@tobin.cc>
Tue, 27 Feb 2018 04:15:34 +0000
(15:15 +1100)
committer
Tobin C. Harding
<me@tobin.cc>
Fri, 6 Apr 2018 22:50:34 +0000
(08:50 +1000)
We have git now, we don't need a version number. This was originally
added because leaking_addresses.pl shamelessly (and mindlessly) copied
checkpatch.pl
Remove version number from script.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
scripts/leaking_addresses.pl
patch
|
blob
|
history
diff --git
a/scripts/leaking_addresses.pl
b/scripts/leaking_addresses.pl
index db6f39df879f0015028d4906753b479de340ce6c..ce3b9d5a5bbc530b1a8a0b1338757b32a056d6bf 100755
(executable)
--- a/
scripts/leaking_addresses.pl
+++ b/
scripts/leaking_addresses.pl
@@
-31,7
+31,6
@@
use bigint qw/hex/;
use feature 'state';
my $P = $0;
-my $V = '0.01';
# Directories to scan.
my @DIRS = ('/proc', '/sys');
@@
-85,7
+84,6
@@
sub help
print << "EOM";
Usage: $P [OPTIONS]
-Version: $V
Options: