]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/dialog/samples/setup-utf8
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / dialog / samples / setup-utf8
1 #!/bin/sh
2 # $Id: setup-utf8,v 1.2 2012/06/29 09:50:32 tom Exp $
3 # vile:shmode
4
5 case none"$LANG$LC_ALL$LC_CTYPE" in
6 *UTF-8*)
7         ;;
8 *)
9         echo "This script must be run in a UTF-8 locale"
10         exit 1
11         ;;
12 esac