diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-06 19:07:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-06 19:07:39 +0000 |
commit | 1d3523b7aa994aeb90fec5f281617abc3c9ce195 (patch) | |
tree | fe8bdbac5d62a111131ce9d29ffda136a309fd41 /sh.c | |
parent | 21adca750a9a1ae47da2bd058574795089406f25 (diff) | |
download | busybox-w32-1d3523b7aa994aeb90fec5f281617abc3c9ce195.tar.gz busybox-w32-1d3523b7aa994aeb90fec5f281617abc3c9ce195.tar.bz2 busybox-w32-1d3523b7aa994aeb90fec5f281617abc3c9ce195.zip |
patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WIN
to the more pedantically correct BB_FEATURE_SH_APPLETS_ALWAYS_WIN.
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. :-) |