ports/sysutils/py-ansible-lint/files/patch-tools_install-reqs.sh
Matthew Seaman f37a532329 sysutils/py-ansible-lint: fix the make test target
Enable the test suite to actually run.

Currently this results in: 12 failed, 782 passed in 915.04s (0:15:15)
2023-05-11 08:21:48 +01:00

8 lines
211 B
Bash

--- tools/install-reqs.sh.orig 2023-05-10 11:30:52 UTC
+++ tools/install-reqs.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
set -euo pipefail
pushd examples/playbooks/collections >/dev/null
MISSING=()