]> arthur.barton.de Git - ansible-collection-boilerplate.git/commitdiff
The "a" wrapper requires the bash(1) interpreter!
authorAlexander Barton <alex@barton.de>
Mon, 29 May 2023 11:26:45 +0000 (13:26 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 29 May 2023 11:26:47 +0000 (13:26 +0200)
It makes use of bash arrays, for example.

bin/a

diff --git a/bin/a b/bin/a
index cf1eab04a239f29074585967e3530e82c608af40..0270df9d52944dc50a6e543e418fc75e0df1536b 100755 (executable)
--- a/bin/a
+++ b/bin/a
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Ansible Collection Boilerplate:
 # "a": ansible(1) wrapper script.