summaryrefslogtreecommitdiff
path: root/dist/s_release
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-08-26 15:28:43 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-08-26 15:28:43 +1000
commit3fd294bb7b74c4b2dc130fbe3cbd729cd6e66329 (patch)
tree365fcdfc5e29a8bc7b4e79e9d488c02ec0eeb1e5 /dist/s_release
parentfadebd33f90cffae100e7b9fba67810466ce3d20 (diff)
downloadmongo-3fd294bb7b74c4b2dc130fbe3cbd729cd6e66329.tar.gz
Put version information into m4 to avoid post-processing the configure script.
This allows the auto* machinery to regenerate scripts as necessary.
Diffstat (limited to 'dist/s_release')
-rwxr-xr-xdist/s_release2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_release b/dist/s_release
index e59fa0f2f3a..f8980298e27 100755
--- a/dist/s_release
+++ b/dist/s_release
@@ -4,7 +4,7 @@
set -e
RELEASE_DIR=../releases
-. RELEASE || exit 1
+. ./RELEASE || exit 1
pkgver="$1"
if test -z "$pkgver" ; then