diff options
author | Sven-Göran Bergh | 2013-11-12 14:18:25 +0100 |
---|---|---|
committer | Denys Vlasenko | 2013-11-12 14:18:25 +0100 |
commit | f200f732f4d04a26814f109be8db2b6510e7127c (patch) | |
tree | 6a25379ab278a37e65a8ee8999818247fec60376 /include | |
parent | cd0936be361ad2566200479d66fc1e5671182b73 (diff) | |
download | busybox-f200f732f4d04a26814f109be8db2b6510e7127c.zip busybox-f200f732f4d04a26814f109be8db2b6510e7127c.tar.gz |
awk: optionally support -e AWK_PROG
function old new delta
awk_main 959 978 +19
Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.src.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/applets.src.h b/include/applets.src.h index 3a47e15..ac8f180 100644 --- a/include/applets.src.h +++ b/include/applets.src.h @@ -82,7 +82,6 @@ IF_ADJTIMEX(APPLET(adjtimex, BB_DIR_SBIN, BB_SUID_DROP)) IF_AR(APPLET(ar, BB_DIR_USR_BIN, BB_SUID_DROP)) IF_ARP(APPLET(arp, BB_DIR_SBIN, BB_SUID_DROP)) IF_ARPING(APPLET(arping, BB_DIR_USR_SBIN, BB_SUID_DROP)) -IF_AWK(APPLET_NOEXEC(awk, awk, BB_DIR_USR_BIN, BB_SUID_DROP, awk)) IF_BASENAME(APPLET_NOFORK(basename, basename, BB_DIR_USR_BIN, BB_SUID_DROP, basename)) IF_BBCONFIG(APPLET(bbconfig, BB_DIR_BIN, BB_SUID_DROP)) IF_BEEP(APPLET(beep, BB_DIR_USR_BIN, BB_SUID_DROP)) |