Differences From Artifact [18dd990a6c]:
- Executable file common/helpers/download — part of check-in [d9b5ef323c] at 2016-02-24 19:39:12 on branch trunk — Added common downloader script (user: rkeene, size: 2110) [annotate] [blame] [check-ins using]
To Artifact [37e596df70]:
- Executable file common/helpers/download — part of check-in [049a34d925] at 2016-04-08 14:30:50 on branch trunk — Updated to use "openssl dgst" instead of just "openssl <hashName>" for compatability with older versions of OpenSSL (user: rkeene, size: 2116) [annotate] [blame] [check-ins using]
︙ | |||
85 86 87 88 89 90 91 | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | - + | hash="$2" hashMethod="$3" if [ "${hashMethod}" = 'null' ]; then return 0 fi |
︙ |