man bash
这个叫做parameter expansion
${parameter:=word}
:=如果parameter是unset或者null 后面的值会赋给parameter,然后使用word的值