remove trailing whitespace in mod_for_test script (grr, rietveld.)

Review URL: http://codereview.chromium.org/492010
This commit is contained in:
Sean O'Connor 2009-12-10 14:05:20 -08:00
parent c72b190ad8
commit 1b2e9a4bca

View File

@ -11,4 +11,4 @@ KEYS_DIR=ssh_keys
ROOT_AUTHKEYS=/root/.ssh/authorized_keys ROOT_AUTHKEYS=/root/.ssh/authorized_keys
mkdir -p /root/.ssh mkdir -p /root/.ssh
cat ${KEYS_DIR}/* >> ${ROOT_AUTHKEYS} cat ${KEYS_DIR}/* >> ${ROOT_AUTHKEYS}