kopia lustrzana https://github.com/jupyterhub/repo2docker
9de51dbbbd
sh is not consistent in its support of the echo builtin's -e flag. On debian sh is symlinked to dash, which does not support the flag resulting in bad credential output. Unfortunately /bin/echo is also nonstandard - e.g. on macs -e is not supported while it is on debian. I think the best approach is to rely on bash's echo builtin which should be consistent across systems (at the slight cost of requiring bash as a dependency) |
||
---|---|---|
.. | ||
git-credential-env |