mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
hush: fix a compile failure
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
07a95cfcab
commit
e41e481fd5
1 changed files with 1 additions and 1 deletions
|
|
@ -11173,7 +11173,7 @@ static int FAST_FUNC builtin_umask(char **argv)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if ENABLE_HUSH_EXPORT || ENABLE_HUSH_TRAP
|
||||
#if ENABLE_HUSH_EXPORT || ENABLE_HUSH_READONLY || ENABLE_HUSH_SET || ENABLE_HUSH_TRAP
|
||||
static void print_escaped(const char *s)
|
||||
{
|
||||
//TODO? bash "set" does not quote variables which contain only alnums and "%+,-./:=@_~",
|
||||
|
|
|
|||
Loading…
Reference in a new issue