From: Mike Frysinger Date: Fri, 19 Jan 2018 23:03:05 +0000 (-0500) Subject: sys-apps/busybox: update shell options in live git ebuild too X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6215dc72717995abc35d0824b5ddf73c385c5f04;p=gentoo.git sys-apps/busybox: update shell options in live git ebuild too Synced from the existing releases. --- diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 3abfee0f8026..73ee93bb96b8 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -126,7 +126,9 @@ src_configure() { # If these are not set and we are using a uclibc/busybox setup # all calls to system() will fail. busybox_config_option y ASH + busybox_config_option y SH_IS_ASH busybox_config_option n HUSH + busybox_config_option n SH_IS_HUSH busybox_config_option '"/run"' PID_FILE_PATH busybox_config_option '"/run/ifstate"' IFUPDOWN_IFSTATE_PATH