*** empty log message ***

This commit is contained in:
hyung-hwan 2007-03-22 04:15:16 +00:00
parent 1627129a1f
commit e668d4c617
2 changed files with 6 additions and 1 deletions

View File

@ -61,7 +61,12 @@ finalize ()
"$ASEAWK" -f "$BASE/rel/unix2dos.awk" "$full" > "$target/$file"
;;
*)
cp -f "$full" "$target/$file"
if [ "$dir" = "test/com" ]
then
"$ASEAWK" -f "$BASE/rel/unix2dos.awk" "$full" > "$target/$file"
else
cp -f "$full" "$target/$file"
fi
;;
esac
fi

BIN
ase/test/com/AwkForm.frx Normal file

Binary file not shown.