-
-
Notifications
You must be signed in to change notification settings - Fork 763
Open
Labels
dep: mvdan/shIssues related to the upstream interpreter used by Task.Issues related to the upstream interpreter used by Task.
Description
Regression #785
I'm using the nix version of Task version: 3.39.2
declare -A database_lookup
database_lookup["management"]=management
database_lookup["devicetwin"]=devicetwin
database_lookup["identity"]=identity
for d in "${!database_lookup[@]}"
do
echo $d
done
The above code just prints "0".
Metadata
Metadata
Assignees
Labels
dep: mvdan/shIssues related to the upstream interpreter used by Task.Issues related to the upstream interpreter used by Task.