Dyad/rex.project/x86_64/components/dependencies/yacc-bison.bash

12 lines
114 B
Bash
Executable File

#!/bin/bash
set -u
export LC_ALL=C
app="yacc"
expected_target="bison"
sym_check $app $expected_target
exit $?