| Index: third_party/instrumented_libraries/zlib1g.sh
|
| diff --git a/third_party/instrumented_libraries/nss.sh b/third_party/instrumented_libraries/zlib1g.sh
|
| similarity index 79%
|
| copy from third_party/instrumented_libraries/nss.sh
|
| copy to third_party/instrumented_libraries/zlib1g.sh
|
| index 7522f68aab63e47c41b123ab36d2a40d22201608..653554ee57905d4b29a673a2cfe7c5968532af69 100755
|
| --- a/third_party/instrumented_libraries/nss.sh
|
| +++ b/third_party/instrumented_libraries/zlib1g.sh
|
| @@ -3,6 +3,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# This script does some preparations before build of instrumented nss.
|
| +# This script does some preparations before build of instrumented zlib1g.
|
|
|
| -patch -p1 < $(dirname ${BASH_SOURCE[0]})/nss.diff
|
| +patch -p1 < $(dirname ${BASH_SOURCE[0]})/zlib1g.diff
|
|
|