summaryrefslogtreecommitdiff
path: root/custom/prog_flex
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2015-07-25 14:44:21 +0200
committerAndrew Shadura <andrew@shadura.me>2015-07-25 14:44:21 +0200
commit1d3d0bb1e461a81bc1a9cd4520958bd2b1db4c7f (patch)
tree1aa5b654ab4ab52e936550463aac7e4da0aad722 /custom/prog_flex
Imported Upstream version 0.24.0
Diffstat (limited to 'custom/prog_flex')
-rwxr-xr-xcustom/prog_flex18
1 files changed, 18 insertions, 0 deletions
diff --git a/custom/prog_flex b/custom/prog_flex
new file mode 100755
index 0000000..d22a5d6
--- /dev/null
+++ b/custom/prog_flex
@@ -0,0 +1,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 ''