Fixed manpage script
the build failed Detalles

Este commit está contenido en:
tastytea 2019-01-21 00:01:29 +01:00
padre 032dc9f644
commit dc33ae0a54
Firmado por: tastytea
ID de clave GPG: CFC39497F1B26E07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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