From 7bea690e43ee009efc9e8f6a45504496348cd3ee Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Sat, 25 Jul 2015 14:44:54 +0200 Subject: Imported Upstream version 0.28.0 --- builtins/prog_bison | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 builtins/prog_bison (limited to 'builtins/prog_bison') diff --git a/builtins/prog_bison b/builtins/prog_bison new file mode 100755 index 0000000..dd7867f --- /dev/null +++ b/builtins/prog_bison @@ -0,0 +1,17 @@ +#!/bin/sh + +############################################################ +# Copyright (c) 2009 by Aleksey Cheusov +# +# See LICENSE file in the distribution. +############################################################ + +LC_ALL=C +export LC_ALL + +pathpart=' ' # fake +. mkc_check_common.sh + +find_n_match bison --version 'bison' + +echo '' -- cgit v1.2.3