From: Alexander Barton Date: Mon, 29 May 2023 11:26:45 +0000 (+0200) Subject: The "a" wrapper requires the bash(1) interpreter! X-Git-Tag: rel-1-0-0~10 X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=3a17a2f0a2be50fd7fc240cb1de8d9a013a5e697;p=ansible-collection-boilerplate.git The "a" wrapper requires the bash(1) interpreter! It makes use of bash arrays, for example. --- 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.