projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mini_fo fixes
[openwrt.git]
/
package
/
base-files
/
default
/
bin
/
ipcalc
diff --git
a/package/base-files/default/bin/ipcalc
b/package/base-files/default/bin/ipcalc
index
23af6a0
..
e8efa6b
100755
(executable)
--- a/
package/base-files/default/bin/ipcalc
+++ b/
package/base-files/default/bin/ipcalc
@@
-1,5
+1,4
@@
#!/bin/sh
-# Copyright (C) 2006 OpenWrt.org
awk -f /usr/lib/common.awk -f - $* <<EOF
BEGIN {
@@
-27,7
+26,7
@@
BEGIN {
if (ARGC > 3) {
print "START="int2ip(start)
- print "END="int2ip(end)
+ print "END="int2ip(end
-1
)
}
}
EOF
This page took
0.021044 seconds
and
4
git commands to generate.