Index: Makefile.in ================================================================== --- Makefile.in +++ Makefile.in @@ -10,11 +10,11 @@ # All rights reserved. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.27 2008/03/19 22:57:03 hobbs2 Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.28 2010/08/11 19:52:12 hobbs2 Exp $ #======================================================================== # Enumerate the names of the source files included in this package. # This will be used when a dist target is added to the Makefile. @@ -203,11 +203,11 @@ echo "load $(PKG_LIB_FILE); \ if {![file exists tls.tcl]} { \ file copy [file join $(srcdir) tls.tcl] tls.tcl \ } ;\ source [file join $(srcdir) tls.tcl]; \ - set argv $(TESTFLAGS); \ + set argv {$(TESTFLAGS)}; \ source [file join $(srcdir) tests all.tcl]" | $(TCLSH) shell: binaries libraries @$(TCLSH) $(SCRIPT)