diff options
author | Keith Bostic <keith.bostic@mongodb.com> | 2016-05-03 16:48:08 -0400 |
---|---|---|
committer | Keith Bostic <keith.bostic@mongodb.com> | 2016-05-03 16:48:08 -0400 |
commit | 5c56f054f3e51c394f36e24f77af512f70b8833b (patch) | |
tree | e2a745cf7c5ea30cfec8866b30989e2259e76bed /dist | |
parent | 6ef4c0c631514916c8b4bd7aed12913647044626 (diff) | |
download | mongo-5c56f054f3e51c394f36e24f77af512f70b8833b.tar.gz |
WT-2612: The dist/s_prototypes script is creating a debugging file xxx. (#2715)
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/s_prototypes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_prototypes b/dist/s_prototypes index 4ceb69f4c77..aa66d06dbe0 100755 --- a/dist/s_prototypes +++ b/dist/s_prototypes @@ -55,7 +55,7 @@ l=`echo ../src\/os*/*.c` for i in $l; do proto $i -done | tee xxx | env LC_ALL=C sort -u +done | env LC_ALL=C sort -u ) > $t f=../src/include/extern.h |