aboutsummaryrefslogtreecommitdiff
path: root/coreutils/shuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/shuf.c')
-rw-r--r--coreutils/shuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/shuf.c b/coreutils/shuf.c
index b1a9d1254..403041534 100644
--- a/coreutils/shuf.c
+++ b/coreutils/shuf.c
@@ -11,7 +11,7 @@
11//config: bool "shuf (5.4 kb)" 11//config: bool "shuf (5.4 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: Generate random permutations 14//config: Generate random permutations
15 15
16//kbuild:lib-$(CONFIG_SHUF) += shuf.o 16//kbuild:lib-$(CONFIG_SHUF) += shuf.o
17//applet:IF_SHUF(APPLET_NOEXEC(shuf, shuf, BB_DIR_USR_BIN, BB_SUID_DROP, shuf)) 17//applet:IF_SHUF(APPLET_NOEXEC(shuf, shuf, BB_DIR_USR_BIN, BB_SUID_DROP, shuf))