Parse command options to allow empty PKCS password
authorKichan Kwon <k_c.kwon@samsung.com>
Fri, 28 Aug 2020 08:30:26 +0000 (17:30 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Fri, 28 Aug 2020 08:46:28 +0000 (17:46 +0900)
commit798827a706c3b0bcfae3d399fb8d59d06db3783e
tree090afc6b4e45934049356cfd5fb71482d0f3a3cb
parentb3d1cdf1ff58d3c3fa3a74052b38ac0175558d1f
Parse command options to allow empty PKCS password

- Somebody can make PKCS file without password
- But, shell script function can't distinguish
  between NULL argument and whitespace
- To distinguish, use command options and
  input password option if user wants

Change-Id: I5c37a705be4eef274222b4cebb8f3f353459cca7
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
mk_delta/common/bin/mk_delta.sh
mk_delta/common/bin/sign_img.sh
recovery/scripts/generate_package.sh