From: <sg...@us...> - 2003-08-31 20:18:42
|
Update of /cvsroot/libfunutil/libfunutil In directory sc8-pr-cvs1:/tmp/cvs-serv19096 Modified Files: configure Log Message: now properly passes on args with spaces in them. Index: configure =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/configure,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- configure 29 Aug 2003 11:39:27 -0000 1.7 +++ configure 31 Aug 2003 20:18:38 -0000 1.8 @@ -17,4 +17,4 @@ # to add/change config options unless you're willing to re-generate # them again (by calling toc_endconfigure). This is # unsupported/untested, but should work. -source toc/sbin/toconfigure $@ +source toc/sbin/toconfigure "$@" |