diff options
author | nijtmans <nijtmans> | 2009-03-25 23:22:36 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-03-25 23:22:36 (GMT) |
commit | 1b05e7e8c78a2ddf831f0a35b90114a44bda6fff (patch) | |
tree | 3ef051547181f8c9a1fe1e5537d493b0946e99f6 /tools/installData.tcl | |
parent | 9af3b5f8c9624875b3824b588948e889708ce322 (diff) | |
download | tcl-1b05e7e8c78a2ddf831f0a35b90114a44bda6fff.zip tcl-1b05e7e8c78a2ddf831f0a35b90114a44bda6fff.tar.gz tcl-1b05e7e8c78a2ddf831f0a35b90114a44bda6fff.tar.bz2 |
bring doc and tools in line with http://wiki.tcl.tk/812
Diffstat (limited to 'tools/installData.tcl')
-rw-r--r-- | tools/installData.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/installData.tcl b/tools/installData.tcl index cf067a3..5bf0ad1 100644 --- a/tools/installData.tcl +++ b/tools/installData.tcl @@ -1,6 +1,6 @@ #!/bin/sh #\ - exec tclsh "$0" ${1+"$@"} +exec tclsh "$0" ${1+"$@"} #---------------------------------------------------------------------- # @@ -16,7 +16,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: installData.tcl,v 1.1 2004/08/18 19:59:09 kennykb Exp $ +# RCS: @(#) $Id: installData.tcl,v 1.2 2009/03/25 23:22:38 nijtmans Exp $ # #---------------------------------------------------------------------- |