aboutsummaryrefslogtreecommitdiff
path: root/libbb/execable.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/execable.c')
-rw-r--r--libbb/execable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/execable.c b/libbb/execable.c
index ee10c6123..d84364753 100644
--- a/libbb/execable.c
+++ b/libbb/execable.c
@@ -60,7 +60,7 @@ int exists_execable(const char *filename)
60 return 0; 60 return 0;
61} 61}
62 62
63#if ENABLE_FEATURE_EXEC_PREFER_APPLETS 63#if ENABLE_FEATURE_PREFER_APPLETS
64/* just like the real execvp, but try to launch an applet named 'file' first 64/* just like the real execvp, but try to launch an applet named 'file' first
65 */ 65 */
66int bb_execvp(const char *file, char *const argv[]) 66int bb_execvp(const char *file, char *const argv[])