Fixed manpage script
the build failed 詳細

このコミットが含まれているのは:
tastytea 2019-01-21 00:01:29 +01:00
コミット 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