Fixed manpage script
the build failed 詳情

This commit is contained in:
tastytea 2019-01-21 00:01:29 +01:00
父節點 032dc9f644
當前提交 dc33ae0a54
簽署人: tastytea
GPG 金鑰 ID: CFC39497F1B26E07
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -1,6 +1,6 @@
#!/bin/sh
if [[ -n "${1}" ]]; then
if [ -n "${1}" ]; then
dir="$(dirname ${0})"
cp -vf ${dir}/whyblocked.1.adoc .
sed -Ei "s/(Revision: +)[0-9]+\.[0-9]\.[0-9]/\1${1}/" whyblocked.1.adoc