File: test-nl_langinfo2.sh

package info (click to toggle)
diffutils 1%3A3.10-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 15,784 kB
  • sloc: ansic: 90,222; sh: 11,672; perl: 450; makefile: 225; sed: 16
file content (12 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# The name of a specific traditional locale.
: "${LOCALE_FR=fr_FR}"

# The name of a specific UTF-8 locale.
: "${LOCALE_FR_UTF8=fr_FR.UTF-8}"

# Make them accessible as environment variables.
export LOCALE_FR LOCALE_FR_UTF8

${CHECKER} ./test-nl_langinfo2${EXEEXT}