summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index 8963b12..605aa48 100644
--- a/functions.sh
+++ b/functions.sh
@@ -316,6 +316,15 @@ from_portage()
}
#
+# Determines whether the current shell is executing an OpenRC runscript, or is
+# a subprocess of one.
+#
+from_runscript()
+{
+ has_openrc && test "${RC_OPENRC_PID}"
+}
+
+#
# Determines whether the kernel cmdline contains the specified parameter as a
# component of a comma-separated list specified in the format of gentoo=<list>.
#