1281760SsjgSTR1=
2281760SsjgSTR2=	a
3281760SsjgSTR3=	ab
4281760SsjgSTR4=	abc
5281760SsjgSTR5=	abcd
6281760SsjgSTR6=	abcde
7281760SsjgSTR7=	abcdef
8281760SsjgSTR8=	abcdefghijklmnopqrstuvwxyz
9281760Ssjg
10281760Ssjgall:
11281760Ssjg	@echo ${STR1:hash}
12281760Ssjg	@echo ${STR2:hash}
13281760Ssjg	@echo ${STR3:hash}
14281760Ssjg	@echo ${STR4:hash}
15281760Ssjg	@echo ${STR5:hash}
16281760Ssjg	@echo ${STR6:hash}
17281760Ssjg	@echo ${STR7:hash}
18281760Ssjg	@echo ${STR8:hash}
19