magicant / yash-rs

Reimplementation of yash, an extended POSIX shell
64 stars 3 forks source link

Exporting `$LINENO` (and other quirk variables) #383

Open magicant opened 2 months ago

magicant commented 2 months ago

The current implementation does not export the LINENO variable correctly because its value is computed on the fly when expanded.