Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
277:cfdf3ff11843 | 278:90d73dddcdc4 |
---|---|
4 shift | 4 shift |
5 | 5 |
6 tstr="" | 6 tstr="" |
7 while [ $# -gt 0 ] | 7 while [ $# -gt 0 ] |
8 do | 8 do |
9 if [ -e $1.exe ] | 9 if [ -f $1.exe ] |
10 then | 10 then |
11 tstr="$tstr$1.exe $2.exe" | 11 tstr="$tstr$1.exe $2.exe" |
12 shift | 12 shift 2 |
13 else | 13 else |
14 tstr="$tstr$1 " | 14 tstr="$tstr$1 " |
15 fi | 15 fi |
16 shift | 16 shift |
17 done | 17 done |