--- psiconv/trunk/formats/generate_ascii.sh 2004/02/23 17:23:58 224 +++ psiconv/trunk/formats/generate_ascii.sh 2004/02/23 17:36:22 225 @@ -15,5 +15,5 @@ echo "Going to process $file..." outputfile=$outputdir/`basename $file|sed s,'.psi$','.ascii',` echo $libtool --mode=execute $psiconv -c $config -o $outputfile -Tascii $file - $libtool --mode=execute $psiconv -o $outputfile -Tascii $file + $libtool --mode=execute $psiconv -c $config -o $outputfile -Tascii $file done