diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-25 18:25:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-25 18:25:24 +0000 |
commit | 737d131e5e7a795ef771f987d7b02cbf4fa670d6 (patch) | |
tree | 0a7acc833d9ee4fa873ec4c15ff60b692bef420e /libbb | |
parent | 52226771760063acdc89ef4f8e531b595ae4232b (diff) | |
download | busybox-w32-737d131e5e7a795ef771f987d7b02cbf4fa670d6.tar.gz busybox-w32-737d131e5e7a795ef771f987d7b02cbf4fa670d6.tar.bz2 busybox-w32-737d131e5e7a795ef771f987d7b02cbf4fa670d6.zip |
support "#!/bin/busybox"-style wrappers. Needed for SELinux.
Patch by Yuichi Nakamura <ynakam@hitachisoft.jp>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/getopt32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index bcb7ea6a0..318f08059 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -268,7 +268,7 @@ Special characters: | |||
268 | max 3 args; count uses of '-2'; min 2 args; if there is | 268 | max 3 args; count uses of '-2'; min 2 args; if there is |
269 | a '-2' option then unset '-3', '-X' and '-a'; if there is | 269 | a '-2' option then unset '-3', '-X' and '-a'; if there is |
270 | a '-2' and after it a '-x' then error out. | 270 | a '-2' and after it a '-x' then error out. |
271 | But it's far too obfuscated. Use ':' to separate groups. | 271 | But it's far too obfuscated. Use ':' to separate groups. |
272 | */ | 272 | */ |
273 | 273 | ||
274 | /* Code here assumes that 'unsigned' is at least 32 bits wide */ | 274 | /* Code here assumes that 'unsigned' is at least 32 bits wide */ |