File: detector

package info (click to toggle)
universal-detector 1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 904 kB
  • sloc: cpp: 4,075; ansic: 573; objc: 120; makefile: 14; perl: 10; sh: 8
file content (11 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ -n $AUTOPKGTEST_TMP ]; then
    MULTIARCH=$(dpkg-architecture --query DEB_HOST_MULTIARCH)
    make -f Makefile.linux CPPFLAGS=-I/usr/include/$MULTIARCH/GNUstep
fi

./DetectorTest LICENSE | grep US-ASCII
./DetectorTest README.md | grep UTF-8