summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2016-05-03 16:48:08 -0400
committerKeith Bostic <keith.bostic@mongodb.com>2016-05-03 16:48:08 -0400
commit5c56f054f3e51c394f36e24f77af512f70b8833b (patch)
treee2a745cf7c5ea30cfec8866b30989e2259e76bed /dist
parent6ef4c0c631514916c8b4bd7aed12913647044626 (diff)
downloadmongo-5c56f054f3e51c394f36e24f77af512f70b8833b.tar.gz
WT-2612: The dist/s_prototypes script is creating a debugging file xxx. (#2715)
Diffstat (limited to 'dist')
-rwxr-xr-xdist/s_prototypes2
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