diff options
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/recipes-core/sysvinit/sysvinit/rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/sysvinit/sysvinit/rc b/meta/recipes-core/sysvinit/sysvinit/rc index fd1fdd26ba..d0d3149821 100755 --- a/meta/recipes-core/sysvinit/sysvinit/rc +++ b/meta/recipes-core/sysvinit/sysvinit/rc | |||
@@ -63,7 +63,7 @@ startup() { | |||
63 | stty onlcr 0>&1 | 63 | stty onlcr 0>&1 |
64 | 64 | ||
65 | # Limit stack size for startup scripts | 65 | # Limit stack size for startup scripts |
66 | [ "$STACK_SIZE" == "" ] || ulimit -S -s $STACK_SIZE | 66 | [ "$STACK_SIZE" = "" ] || ulimit -S -s $STACK_SIZE |
67 | 67 | ||
68 | # Now find out what the current and what the previous runlevel are. | 68 | # Now find out what the current and what the previous runlevel are. |
69 | 69 | ||