summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-07-26 17:17:52 -0400
committerEliot Horowitz <eliot@10gen.com>2010-07-26 17:17:52 -0400
commit723c40aee68461599de37cf38060a63601026e51 (patch)
tree8658455f0e8d574513ff2f84cefab3ebc99a6248 /SConstruct
parenta85b659bb6cc722a407e0fea6c39d2a523382a78 (diff)
parentb9cbee6a54bdc43ac1c4c2bbaa0556f4ebef4987 (diff)
downloadmongo-723c40aee68461599de37cf38060a63601026e51.tar.gz
Merge branch 'master' of github.com:mongodb/mongo
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index f6989a6469d..9692791e356 100644
--- a/SConstruct
+++ b/SConstruct
@@ -245,7 +245,7 @@ AddOption("--sharedclient",
AddOption("--full",
dest="full",
- action="store",
+ action="store_true",
help="include client and headers when doing scons install")
AddOption("--smokedbprefix",