Skip to content

Instantly share code, notes, and snippets.

@utgarda
Created May 26, 2011 22:41
Show Gist options
  • Save utgarda/994268 to your computer and use it in GitHub Desktop.
Save utgarda/994268 to your computer and use it in GitHub Desktop.
major, minor = `bison --version`.scan(/bison \(GNU Bison\) (\d+)\.(\d+)/)[0].map(&:to_i)
$?.exitstatus == 0 && ([major, minor] <=> [2,4]) >=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment