jerenkrantz 2002/09/11 17:52:57
Modified: tools release.sh
Log:
Doh! I forgot to uncomment this before checking in.
Revision Changes Path
1.4 +1 -1 apr-dist/tools/release.sh
Index: release.sh
===================================================================
RCS file: /home/cvs/apr-dist/tools/release.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- release.sh 12 Sep 2002 00:40:24 -0000 1.3
+++ release.sh 12 Sep 2002 00:52:57 -0000 1.4
@@ -83,7 +83,7 @@
find $dirname -name autom4te.cache | xargs rm -rf
rm -f $dirnme/STATUS
-# (cd ${dirname} && ./buildconf) || exit 1
+(cd ${dirname} && ./buildconf) || exit 1
echo $split
echo ""