From: nbd Date: Sun, 13 Feb 2011 01:44:57 +0000 (+0000) Subject: base-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the code there X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1c53c804001aeefd8ec5663511f8e973a2622c40;p=openwrt.git base-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the code there git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25495 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/bin/ipcalc.sh b/package/base-files/files/bin/ipcalc.sh index 318980e5a2..e4826672e8 100755 --- a/package/base-files/files/bin/ipcalc.sh +++ b/package/base-files/files/bin/ipcalc.sh @@ -1,6 +1,27 @@ #!/bin/sh awk -f /usr/lib/common.awk -f - $* <