Revision 4864d7f6
Added by Josh Soref over 2 years ago
tools/builder_common.sh | ||
---|---|---|
1377 | 1377 |
|
1378 | 1378 |
local _pkgfile="${_repo_path}/Latest/pkg.pkg" |
1379 | 1379 |
if [ -e ${_pkgfile} ]; then |
1380 |
echo -n ">>> Signing Latest/pkg.pkg for bootstraping... " | tee -a ${_logfile} |
|
1380 |
echo -n ">>> Signing Latest/pkg.pkg for bootstrapping... " | tee -a ${_logfile}
|
|
1381 | 1381 |
|
1382 | 1382 |
if sha256 -q ${_pkgfile} | ${PKG_REPO_SIGNING_COMMAND} \ |
1383 | 1383 |
> ${_pkgfile}.sig 2>/dev/null; then |
Also available in: Unified diff
Spelling fixes. Fix #13357
Bugs: