This website requires JavaScript.
Explore
Help
Register
Sign In
freesea
/
data
Watch
1
Star
0
Fork
You've already forked data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
541e80d52e
data
/
method
/
busybox
/
busybox-1.36.0
/
shell
/
hush_test
/
hush-vars
/
var_nested2.tests
3 lines
95 B
Plaintext
Executable File
Raw
Blame
History
# the bug was easier to trigger in one-liner form
a=a; b=b; f() { a=A; b=B; }; a= f; echo $a$b
Reference in New Issue
View Git Blame
Copy Permalink