hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

fix: bash indirection bug #181

Closed ml019 closed 3 years ago

ml019 commented 3 years ago

Description

Add defensive checking of indirection variables to ensure they have content.

This is mainly to get round a bug in GNU bash 5.0.17.

Motivation and Context

Fixes #179

How Has This Been Tested?

Local runs in Ubuntu under WSL2

Types of changes

Followup Actions

Checklist: