bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2.05 change - bug or feature?


From: Bernhard Rosenkraenzer
Subject: 2.05 change - bug or feature?
Date: Tue, 30 Oct 2001 13:27:59 +0100 (CET)

Create the following shell script:
    func() {
        echo $var
    }
    var=xxx func
            func
    var=yyy func

When run on bash 2.04, this produces

    xxx

    yyy

When run on bash 2.05, it produces

    xxx
    xxx
    yyy


Bug or feature?

LLaP
bero





reply via email to

[Prev in Thread] Current Thread [Next in Thread]