#!/bin/bash -e

# Remove merged strings from en_fix
# It removes strings from en_fix that are the same as their en originals.
# upstream: en-fixdrift

php $AMOSCLIROOT/enfix-cleanup.php --execute
