- fixed typo in create_test_solver_cin

This commit is contained in:
Kaspar Fischer 2006-02-28 14:02:16 +00:00
parent f89943139d
commit 65ee96564c
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ for file in $MASTERS
for der in $DERS for der in $DERS
do do
# add file: # add file:
LIST="${LIST} $level fe $f $level pe $f $level ff $f $level pf $f" LIST="${LIST} $level fe $der $level pe $der $level ff $der $level pf $der"
# check whether the file exists in the SVN repository: # check whether the file exists in the SVN repository:
tmpf=`basename "$der"` tmpf=`basename "$der"`

File diff suppressed because one or more lines are too long