summaryrefslogtreecommitdiff
path: root/review
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-01 16:54:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-10-01 16:54:37 +0200
commitac715163eb42d884b213c03daf4e2c48751b2621 (patch)
tree26d6b20dc0a689d1af2780f9988c73a08bbc8b9d /review
parent406e1a2a4169c752f5f69df6b8f1b04102292976 (diff)
Don't run review in etc and private
Diffstat (limited to 'review')
-rwxr-xr-xreview1
1 files changed, 0 insertions, 1 deletions
diff --git a/review b/review
index 8ae1054..3d739ac 100755
--- a/review
+++ b/review
@@ -7,7 +7,6 @@
usage="usage: $0"
modules="libbutl build2 libbpkg bpkg brep build2-toolchain"
-extras="etc private"
owd=`pwd`
trap "{ cd $owd; exit 1; }" ERR