diff lib-src/installexe.sh @ 278:90d73dddcdc4 r21-0b37

Import from CVS: tag r21-0b37
author cvs
date Mon, 13 Aug 2007 10:31:29 +0200
parents 6330739388db
children
line wrap: on
line diff
--- a/lib-src/installexe.sh	Mon Aug 13 10:30:38 2007 +0200
+++ b/lib-src/installexe.sh	Mon Aug 13 10:31:29 2007 +0200
@@ -6,10 +6,10 @@
 tstr=""
 while [ $# -gt 0 ]
 do
-  if [ -e $1.exe ]
+  if [ -f $1.exe ]
   then
     tstr="$tstr$1.exe $2.exe"
-    shift
+    shift 2
   else
     tstr="$tstr$1 "
   fi