diff options
| -rw-r--r-- | meta/recipes-core/busybox/busybox.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 86f0c60249..4012f921c6 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc | |||
| @@ -173,7 +173,7 @@ do_compile() { | |||
| 173 | done > .config.app.$s | 173 | done > .config.app.$s |
| 174 | 174 | ||
| 175 | # workaround for suid bug 10346 | 175 | # workaround for suid bug 10346 |
| 176 | if [ "$s" == "suid" ] ; then | 176 | if [ "$s" = "suid" ] ; then |
| 177 | sed "s/.*CONFIG_SH_IS_NONE.*$/CONFIG_SH_IS_NONE=y/" -i .config.app.suid | 177 | sed "s/.*CONFIG_SH_IS_NONE.*$/CONFIG_SH_IS_NONE=y/" -i .config.app.suid |
| 178 | fi | 178 | fi |
| 179 | 179 | ||
