It fixes the following error raised when running make targets on Ubuntu, where by default /bin/sh is dash, a shell designed for fast startup and execution with only standard features.
/bin/sh: 1: Syntax error: "(" unexpected
The failure happens in the regex used to check the VERSION argument to fail.
It fixes the following error raised when running make targets on Ubuntu, where by default
/bin/sh
is dash, a shell designed for fast startup and execution with only standard features.The failure happens in the regex used to check the
VERSION
argument to fail.