tweak language to make clear `exec "$@"` works

originally it was: "The last line must be ``exec "$@"`` equivalent." Seemed open to interpretation as I needed to deduce what the equivalent of that would be here. I think adding 'or' before equivalent shows that will work, but I assume other options exist? Or why note say  "The last line must be ``exec "$@"``"?
pull/663/head^2
Wayne's Bioinformatics Code Portal 2019-05-03 11:14:25 -04:00 zatwierdzone przez GitHub
rodzic e976627c1e
commit 21c730298e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -179,7 +179,7 @@ A script that can contain simple commands to be run at runtime (as an
`ENTRYPOINT <https://docs.docker.com/engine/reference/builder/#entrypoint>`_
to the docker container). If you want this to be a shell script, make sure the
first line is ``#!/bin/bash``. The last line must be ``exec "$@"``
equivalent.
or equivalent.
Use this to set environment variables that software installed in your container
expects to be set. This script is executed each time your binder is started and