aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/assignment3.tests
blob: 790129be1b4d469f6c42a1bab06a5a315718c905 (plain)
1
2
3
4
5
# This must be interpreted as assignments
a=1 b\
=2 c=3
echo Done:$?
echo abc=$a$b$c