aboutsummaryrefslogtreecommitdiff
path: root/libbb/restricted_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/restricted_shell.c')
-rw-r--r--libbb/restricted_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/restricted_shell.c b/libbb/restricted_shell.c
index dc4cfb458..2a5073f03 100644
--- a/libbb/restricted_shell.c
+++ b/libbb/restricted_shell.c
@@ -32,7 +32,7 @@
32 32
33/* Return 1 if SHELL is a restricted shell (one not returned by 33/* Return 1 if SHELL is a restricted shell (one not returned by
34 getusershell), else 0, meaning it is a standard shell. */ 34 getusershell), else 0, meaning it is a standard shell. */
35int restricted_shell(const char *shell) 35int FAST_FUNC restricted_shell(const char *shell)
36{ 36{
37 char *line; 37 char *line;
38 38