summaryrefslogtreecommitdiff
path: root/custom/prog_flex
blob: d22a5d6972cb4602d45e498b9b2a53c95cf8fe87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

############################################################
# Copyright (c) 2009 by Aleksey Cheusov
#
# See COPYRIGHT file in the distribution.
############################################################

LC_ALL=C
export LC_ALL

pathpart=' ' # fake
. mkc_check_common.sh

find_n_match flex --version 'flex'
find_n_match  lex --version 'flex'

echo ''