diff --git a/installJRMC b/installJRMC index 9ff114b..460faa0 100755 --- a/installJRMC +++ b/installJRMC @@ -709,6 +709,7 @@ packageTranslations() { # Remove duplicates for i in "${REQUIRES[@]}"; do + debug "i: $i" if [[ ! -v dupes[${i%% *}] ]]; then requires+=("$i") fi