提交 fd786c76 编写于 作者: D David Corbett 提交者: Behdad Esfahbod

Use `mktemp -d` instead of `mktemp --directory`

上级 c4944920
#!/bin/bash #!/bin/bash
dir=`mktemp --directory` dir=`mktemp -d`
hb_shape=$1 hb_shape=$1
shift shift
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册