mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
POSIX.2 compatible fix
This commit is contained in:
@ -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"
|
||||
(
|
||||
|
Reference in New Issue
Block a user