--- psiconv/trunk/formats/generate_ascii.sh 2004/02/23 13:34:44 221 +++ psiconv/tags/rel-0-9-9/formats/generate_ascii.sh 2014/10/29 09:17:54 357 @@ -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