Fixed manpage script
the build failed Details

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