commit | 856808225d826045d019e8eac33ad2230fe5a767 | [log] [tgz] |
---|---|---|
author | Matt Rosencrantz <mattr@google.com> | Thu Sep 18 11:35:23 2014 -0700 |
committer | Matt Rosencrantz <mattr@google.com> | Thu Sep 18 11:35:23 2014 -0700 |
tree | b8f30551c72468640f55c58f504e4f55ffc6a4a3 | |
parent | 45c89556684b29cb40eb0b9d4c602cd7f9e6197a [diff] [blame] |
veyron/runtimes/google/ipc/stream/crypto: fix shell test import paths. Change-Id: I7ff9aa023a23ae3e42fbe7b80f1cf760e15b459a
diff --git a/runtimes/google/ipc/stream/crypto/tls_generate_old.sh b/runtimes/google/ipc/stream/crypto/tls_generate_old.sh index ab2cdaf..478a390 100755 --- a/runtimes/google/ipc/stream/crypto/tls_generate_old.sh +++ b/runtimes/google/ipc/stream/crypto/tls_generate_old.sh
@@ -23,7 +23,7 @@ EOF cat "${INFILE}" | sed -e 's|// +build go1.4|// +build !go1.4|' | - sed -e 's|"crypto/tls"|tls "veyron/runtimes/google/ipc/stream/crypto/tlsfork"|' >>$OUTFILE + sed -e 's|"crypto/tls"|tls "veyron.io/veyron/veyron/runtimes/google/ipc/stream/crypto/tlsfork"|' >>$OUTFILE "${VEYRON_ROOT}/scripts/build/go" fmt "${OUTFILE}" }