diff packages/ecosadmin.tcl @ 103:95f3e12a6327 ecos-sw-2000-06-23

Merge from eCos master repository on 2000-06-23-16:41:10-BST
author jlarmour
date Fri, 23 Jun 2000 17:06:31 +0000
parents b15c60e34c84
children b939e9cada46
line wrap: on
line diff
--- a/packages/ecosadmin.tcl
+++ b/packages/ecosadmin.tcl
@@ -1,9 +1,9 @@
 #!/bin/sh
 # these lines restart using the tcl shell \
   exec sh -c "if ( echo | tclsh ) 2>/dev/null ; then \
-      exec tclsh "${0}" ${1+"${@}"} ; \
+      exec tclsh \"${0}\" ${1+${*}} ; \
     elif ( echo | cygtclsh80 ) 2>/dev/null ; then \
-      exec cygtclsh80 "${0}" ${1+"${@}"} ; \
+      exec cygtclsh80 \"${0}\" ${1+${*}} ; \
     else \
       echo Could not find TCL interpreter ; \
       exit 1 ; \