From: Felix Fietkau 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: http://207.154.207.93/?a=commitdiff_plain;h=fba51e7bd4f47e76f22c58854a1ef3db4f135ad0;p=15.05%2Fopenwrt.git 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 e4826672e8..9057e85928 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 - $* <