POSIX.2 compatible fix
This commit is contained in:
parent
40cb728626
commit
b0d3a4779a
@ -61,7 +61,7 @@ EOF
|
||||
# docs-commit@ mail
|
||||
#--
|
||||
bk changes -v -r+ | grep -q Docs/manual.texi
|
||||
if [ $? == 0 ]
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
echo "Notifying docs list at $DOCS"
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user