#!/bin/sh
# This is a simple wrapper to avoid crashes of wnb (closes #484568)
LC_ALL=C /usr/share/wordnet/bin/wnb "$@"
