diff lib-src/installexe.sh @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents 3ecd8885ac67
children 3ee1c468b215
line wrap: on
line diff
--- a/lib-src/installexe.sh	Mon Aug 13 11:43:25 2007 +0200
+++ b/lib-src/installexe.sh	Mon Aug 13 11:44:37 2007 +0200
@@ -1,9 +1,10 @@
-#!sh
+#!bash
 
 install_prog=$1
 shift
 
 tstr=""
+
 while [ $# -gt 0 ]
 do
   if [ -f $1.exe ]