Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

variable incorrectly flagged as read-only #568

Closed
Vampire opened this issue Aug 8, 2018 · 1 comment
Closed

variable incorrectly flagged as read-only #568

Vampire opened this issue Aug 8, 2018 · 1 comment
Assignees
Milestone

Comments

@Vampire
Copy link

Vampire commented Aug 8, 2018

The following short script shows that foo is considered read-only, which it is not, as the -r is to read, not to a declare which indeed would make the variable read-only:

#!/usr/bin/env bash

read -r foo
foo=bar

grafik

@jansorg jansorg added this to the Version 1.7.0 milestone Sep 4, 2018
@nosovae-dev nosovae-dev self-assigned this Sep 6, 2018
nosovae-dev added a commit that referenced this issue Sep 8, 2018
#568 variable incorrectly flagged as read-only
@nosovae-dev
Copy link
Contributor

resolved

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants