Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-backports > by-pkgid > b1b579875c529f24ce63a9ffce4334b6 > files > 3

mc-4.8.3-1mdv2010.2.x86_64.rpm

#! /bin/sh
# *** External Spell Checker for GNU Midnight Commander.
# arguments:
#    $1 - Name of the file being edited
#    $2 - Name of the file to be processed

if aspell </dev/null >/dev/null 2>&1; then
  aspell -c "$2"
else
  ispell "$2"
fi