Hello all. I have a throuble when I try to concatenate some strings in a shell script macro. The script uses sh. root@freebsd:~ # sh # name="john" # name+=" doe" name+=doe: not found # Can anyone identify where is mistake?