提交 e8f05e73 作者: Łukasz Magiera

Fix freebsd build issues

License: MIT
Signed-off-by: 's avatarŁukasz Magiera <magik6k@gmail.com>
上级 e49ce6c9
...@@ -243,9 +243,9 @@ ...@@ -243,9 +243,9 @@
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmV6pzBTpFEyoPCFWndHW1y5EM9bpK7j7SELSXyvfmqW8u", "hash": "QmT67DXBvSkcuLdygqe9tzuvRuCiaPd61w5a7uKKkg5gmM",
"name": "hang-fds", "name": "hang-fds",
"version": "0.0.5" "version": "0.0.6"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
......
#!/bin/bash #!/usr/bin/env bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
......
#!/bin/bash #!/usr/bin/env bash
dir=${1:?first paramater with dir to work in is required} dir=${1:?first paramater with dir to work in is required}
pkg=${2:?second parameter with full name of the package is required} pkg=${2:?second parameter with full name of the package is required}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论