Commit b03a786c authored by serg@serg.mysql.com's avatar serg@serg.mysql.com
Browse files

POSIX.2 compatible fix

parent 4dabf4b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
  (