From 3a17a2f0a2be50fd7fc240cb1de8d9a013a5e697 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 29 May 2023 13:26:45 +0200 Subject: [PATCH] The "a" wrapper requires the bash(1) interpreter! It makes use of bash arrays, for example. --- bin/a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/a b/bin/a index cf1eab0..0270df9 100755 --- a/bin/a +++ b/bin/a @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Ansible Collection Boilerplate: # "a": ansible(1) wrapper script. -- 2.39.2