You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
cuonglm
changed the title
os: os.ExpandEnv() inconsistent behavior with $- due to missing - as shell special variable
os: os.ExpandEnv() inconsistent behavior with $- due to missing - as shell special parameter
Jul 31, 2016
-
is one of shell special parameters.Function isShellSpecialVar() missed it so
$-
and${-}
is expanded inconsistently withos.ExpandEnv()
.What version of Go are you using (
go version
)?go version go1.6.3 linux/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
https://play.golang.org/p/EfqG4gN1so
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: