diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-09-06 10:22:13 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-09-06 10:22:13 +0200 |
commit | d383b49aefecea99e5bfb2f9eb2956f1c6c013e1 (patch) | |
tree | 8af8a2837c49cccf9f4cd3dca4cdcd14be4e25db /shell/ash.c | |
parent | 96f064d4161ed66d8db95bf8047eece90959f1e1 (diff) | |
download | busybox-w32-d383b49aefecea99e5bfb2f9eb2956f1c6c013e1.tar.gz busybox-w32-d383b49aefecea99e5bfb2f9eb2956f1c6c013e1.tar.bz2 busybox-w32-d383b49aefecea99e5bfb2f9eb2956f1c6c013e1.zip |
hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob
+ other small tweaks to comments and such
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 28a8bb60c..273ecabdb 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -74,7 +74,7 @@ | |||
74 | //applet:IF_FEATURE_SH_IS_ASH(APPLET_ODDNAME(sh, ash, _BB_DIR_BIN, _BB_SUID_DROP, sh)) | 74 | //applet:IF_FEATURE_SH_IS_ASH(APPLET_ODDNAME(sh, ash, _BB_DIR_BIN, _BB_SUID_DROP, sh)) |
75 | //applet:IF_FEATURE_BASH_IS_ASH(APPLET_ODDNAME(bash, ash, _BB_DIR_BIN, _BB_SUID_DROP, bash)) | 75 | //applet:IF_FEATURE_BASH_IS_ASH(APPLET_ODDNAME(bash, ash, _BB_DIR_BIN, _BB_SUID_DROP, bash)) |
76 | 76 | ||
77 | //kbuild:lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o | 77 | //kbuild:lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o |
78 | //kbuild:lib-$(CONFIG_ASH_RANDOM_SUPPORT) += random.o | 78 | //kbuild:lib-$(CONFIG_ASH_RANDOM_SUPPORT) += random.o |
79 | 79 | ||
80 | //config:config ASH | 80 | //config:config ASH |