Skip to content

Commit 24e234a

Browse files
committed
sha1sum doesn't work on OS X
1 parent 51a344e commit 24e234a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makecrx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ trap 'rm -f "$pub" "$sig" "$zip"' EXIT
117117
# zip up the crx dir
118118
cwd=$(pwd -P)
119119
(cd "$dir" && python ../../utils/create_xpi.py -n "$cwd/$zip" .)
120-
echo >&2 "Unsigned package has sha1sum: `sha1sum "$cwd/$zip"`"
120+
#echo >&2 "Unsigned package has sha1sum: `sha1sum "$cwd/$zip"`"
121121

122122
# signature
123123
openssl sha1 -sha1 -binary -sign "$key" < "$zip" > "$sig"

0 commit comments

Comments
 (0)