WT-2320 Only run s_copyright when cutting a release.
This commit is contained in:
3
dist/s_copyright
vendored
3
dist/s_copyright
vendored
@@ -1,5 +1,8 @@
|
||||
#! /bin/sh
|
||||
|
||||
# Only run when building a release
|
||||
test -n "$WT_RELEASE_BUILD" && exit 0
|
||||
|
||||
# Check the copyrights.
|
||||
|
||||
c1=__wt.copyright.1
|
||||
|
||||
Reference in New Issue
Block a user