diff options
author | Denis Vlasenko | 2007-08-25 18:25:24 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-08-25 18:25:24 +0000 |
commit | 737d131e5e7a795ef771f987d7b02cbf4fa670d6 (patch) | |
tree | 0a7acc833d9ee4fa873ec4c15ff60b692bef420e /libbb | |
parent | 52226771760063acdc89ef4f8e531b595ae4232b (diff) | |
download | busybox-737d131e5e7a795ef771f987d7b02cbf4fa670d6.zip busybox-737d131e5e7a795ef771f987d7b02cbf4fa670d6.tar.gz |
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 bcb7ea6..318f080 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c @@ -268,7 +268,7 @@ Special characters: max 3 args; count uses of '-2'; min 2 args; if there is a '-2' option then unset '-3', '-X' and '-a'; if there is a '-2' and after it a '-x' then error out. - But it's far too obfuscated. Use ':' to separate groups. + But it's far too obfuscated. Use ':' to separate groups. */ /* Code here assumes that 'unsigned' is at least 32 bits wide */ |