summaryrefslogtreecommitdiff
path: root/eclass/java-vm-2.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/java-vm-2.eclass')
-rw-r--r--eclass/java-vm-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass
index 01bbcf697fb4..336a486c3883 100644
--- a/eclass/java-vm-2.eclass
+++ b/eclass/java-vm-2.eclass
@@ -344,7 +344,7 @@ java-vm_sandbox-predict() {
[[ -z "${1}" ]] && die "${FUNCNAME} takes at least one argument"
local path path_arr=("$@")
- # subshell this to prevent IFS bleeding out dependant on bash version.
+ # subshell this to prevent IFS bleeding out dependent on bash version.
# could use local, which *should* work, but that requires a lot of testing.
path=$(IFS=":"; echo "${path_arr[*]}")
dodir /etc/sandbox.d