Kuadrant / authorino-operator

Kubernetes Operator to manage Authorino instances
Apache License 2.0
9 stars 20 forks source link

Use bash as shell in the Makefile #94

Closed guicassolato closed 2 years ago

guicassolato commented 2 years ago

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.