summaryrefslogtreecommitdiff
path: root/extra/coadde/any-to-ours
diff options
context:
space:
mode:
Diffstat (limited to 'extra/coadde/any-to-ours')
-rwxr-xr-xextra/coadde/any-to-ours2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/coadde/any-to-ours b/extra/coadde/any-to-ours
index 7ca2878..179a513 100755
--- a/extra/coadde/any-to-ours
+++ b/extra/coadde/any-to-ours
@@ -17,7 +17,7 @@ trap 'trap_exit "$(gettext "TERM signal caught. Exiting...")"' TERM HUP QUIT
trap 'trap_exit "$(gettext "Aborted by user! Exiting...")"' INT
trap 'trap_exit "$(gettext "An unknown error has occurred. Exiting...")"' ERR
-for 'platform' in "${DERIVATIVE_PLATFORMS[@]}"; do
+for 'platform' in "${DD_PLATFORMS[@]}"; do
source "$(dirname "$(readlink -e "$0")")/config_${platform}"