Commit ec62b342 authored by monty@donna.mysql.com's avatar monty@donna.mysql.com

Fix for compilation ; Turned of RCS flag for all files to avoid

unexpected expansions.
parent 66414270
...@@ -12,8 +12,7 @@ if test ! -d obj ; then ...@@ -12,8 +12,7 @@ if test ! -d obj ; then
fi fi
if test -n "$1" ; then if test -n "$1" ; then
exec $config "$@" sh $config "$@"
else else
exec $config sh $config
fi fi
...@@ -352,9 +352,9 @@ fi ...@@ -352,9 +352,9 @@ fi
%files bench %files bench
%attr(-, root, root) /usr/share/sql-bench %attr(-, root, root) /usr/share/sql-bench
%changelog %changelog
* Fri Aug 18 2000 * Fri Aug 18 2000 Tim Smith <tim@mysql.com>
- Added separate libmysql_r directory; now both a threaded - Added separate libmysql_r directory; now both a threaded
and non-threaded library is shipped. and non-threaded library is shipped.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment