diff --git a/doc/upgrading.html b/doc/upgrading.html index 1356076c..84051f41 100644 --- a/doc/upgrading.html +++ b/doc/upgrading.html @@ -48,11 +48,11 @@ can be restored by giving the option --rec when errors were encountered. Previous versions always return a zero exit value. For scripts to ignore exit values and therefore restore the old behaviour -you can append a `` || true`` at the end of the command.
+you can append a || true at the end of the command.