From: nbd Date: Sun, 13 Feb 2011 19:06:20 +0000 (+0000) Subject: base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker) X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/9ba2318fc73506d42afdd36c3851a1f21fd0f227 base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25528 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/bin/ipcalc.sh b/package/base-files/files/bin/ipcalc.sh index e4826672e..9057e8592 100755 --- a/package/base-files/files/bin/ipcalc.sh +++ b/package/base-files/files/bin/ipcalc.sh @@ -1,6 +1,6 @@ #!/bin/sh -awk -f /usr/lib/common.awk -f - $* <