diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 21:52:33 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 21:52:33 +0000 |
commit | 322c40a27e3523e15be41d74baf4643096468341 (patch) | |
tree | 8fb3e8257471e0782a8fbfb71666aae41a3f4bc3 | |
parent | 8a819cc9dd226c3a3ad95292756fce1b6050ccdb (diff) | |
download | chromium_src-322c40a27e3523e15be41d74baf4643096468341.zip chromium_src-322c40a27e3523e15be41d74baf4643096468341.tar.gz chromium_src-322c40a27e3523e15be41d74baf4643096468341.tar.bz2 |
[Chromoting] Remove test code that got checked in with review comments.
Review URL: https://chromiumcodereview.appspot.com/10696014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144575 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | remoting/host/installer/mac/do_signing.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/host/installer/mac/do_signing.sh b/remoting/host/installer/mac/do_signing.sh index c0164c9..be10c6e 100755 --- a/remoting/host/installer/mac/do_signing.sh +++ b/remoting/host/installer/mac/do_signing.sh @@ -186,12 +186,11 @@ main() { local input_dir="$(shell_safe_path "${2}")" local keychain="$(shell_safe_path "${3}")" local codesign_id="${4}" - local productsign_id="${5}" + local productsign_id="" if [[ ${#} -ge 5 ]]; then productsign_id="${5}" fi -exit 1; verify_clean_dir "${output_dir}" sign_binaries "${input_dir}" "${keychain}" "${codesign_id}" |