summaryrefslogtreecommitdiffstats
path: root/src/b_env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/b_env.c')
-rw-r--r--src/b_env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/b_env.c b/src/b_env.c
index 08adaf5..8f0a974 100644
--- a/src/b_env.c
+++ b/src/b_env.c
@@ -24,7 +24,7 @@ uint8_t
if (args && args[0])
{
- fail_no_options("env", msh);
+ f_fail_no_options("env", msh);
return (127);
}
ptr = msh->envp;