mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
POSIX.2 compatible fix
This commit is contained in:
parent
40cb728626
commit
b0d3a4779a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue