From 8bef4693ec16f67d6dd3d107602b28fbb58b797e Mon Sep 17 00:00:00 2001 From: HappyZ Date: Sun, 19 Aug 2018 01:09:37 -0700 Subject: [PATCH] typo fix --- fw_updater_packer_unpacker/.gitignore | 3 ++- fw_updater_packer_unpacker/repacker_pkg.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fw_updater_packer_unpacker/.gitignore b/fw_updater_packer_unpacker/.gitignore index aa041d6..c73fd45 100644 --- a/fw_updater_packer_unpacker/.gitignore +++ b/fw_updater_packer_unpacker/.gitignore @@ -1,4 +1,5 @@ *.pkg test/ key.private -key.pub \ No newline at end of file +key.pub +key.private_sig diff --git a/fw_updater_packer_unpacker/repacker_pkg.sh b/fw_updater_packer_unpacker/repacker_pkg.sh index 9548c9a..3c29ca4 100755 --- a/fw_updater_packer_unpacker/repacker_pkg.sh +++ b/fw_updater_packer_unpacker/repacker_pkg.sh @@ -33,7 +33,7 @@ # we do not care about animation # params -INDIR=$1 # inputer folder +INDIR=$1 # input folder TMPDIR=$INDIR PKGFILE=$1/repacked.pkg # output pkg file SHA256KEY="./key.pub"