comparison 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
comparison
equal deleted inserted replaced
461:120ed4009e51 462:0784d089fdc9
1 #!sh 1 #!bash
2 2
3 install_prog=$1 3 install_prog=$1
4 shift 4 shift
5 5
6 tstr="" 6 tstr=""
7
7 while [ $# -gt 0 ] 8 while [ $# -gt 0 ]
8 do 9 do
9 if [ -f $1.exe ] 10 if [ -f $1.exe ]
10 then 11 then
11 tstr="$tstr$1.exe $2.exe" 12 tstr="$tstr$1.exe $2.exe"