base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker)

SVN-Revision: 25528
This commit is contained in:
Felix Fietkau 2011-02-13 19:06:20 +00:00
parent 0a0bb9bb4a
commit 9f7f8110e7

View file

@ -1,6 +1,6 @@
#!/bin/sh
awk -f /usr/lib/common.awk -f - $* <<EOF
awk -f - $* <<EOF
function bitcount(c) {
c=and(rshift(c, 1),0x55555555)+and(c,0x55555555)
c=and(rshift(c, 2),0x33333333)+and(c,0x33333333)