freebsd-src/contrib/dialog/samples/setup-utf8
Baptiste Daroussin 2a3e3873a1 Update dialog to 1.2-20130523
Level up WARNS
2013-06-17 10:28:55 +00:00

13 lines
198 B
Bash

#!/bin/sh
# $Id: setup-utf8,v 1.2 2012/06/29 09:50:32 tom Exp $
# vile:shmode
case none"$LANG$LC_ALL$LC_CTYPE" in
*UTF-8*)
;;
*)
echo "This script must be run in a UTF-8 locale"
exit 1
;;
esac