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

bash problem



Hi,

I discovered a small buglet in bash:

On i386:

$ read -er SUBJECT ; echo $SUBJECT
test
test

On ARM:

$ read -er SUBJECT ; echo $SUBJECT
test

^^^
Nothing there.

This breaks the "bug" script.  I don't have time to investigate right
now, so if anybody is looking for something to do...

Cheers,

 - Jim


Reply to: