diff options
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1260,8 +1260,8 @@ static int runCommand(struct job *newJob, struct jobSet *jobList, int inBg, int | |||
1260 | */ | 1260 | */ |
1261 | search_applet.name = newJob->progs[i].argv[0]; | 1261 | search_applet.name = newJob->progs[i].argv[0]; |
1262 | 1262 | ||
1263 | #ifdef BB_FEATURE_SH_BUILTINS_ALWAYS_WIN | 1263 | #ifdef BB_FEATURE_SH_APPLETS_ALWAYS_WIN |
1264 | /* If you enable BB_FEATURE_SH_BUILTINS_ALWAYS_WIN, then | 1264 | /* If you enable BB_FEATURE_SH_APPLETS_ALWAYS_WIN, then |
1265 | * if you run /bin/cat, it will use BusyBox cat even if | 1265 | * if you run /bin/cat, it will use BusyBox cat even if |
1266 | * /bin/cat exists on the filesystem and is _not_ busybox. | 1266 | * /bin/cat exists on the filesystem and is _not_ busybox. |
1267 | * Some systems want this, others do not. Choose wisely. :-) | 1267 | * Some systems want this, others do not. Choose wisely. :-) |