*** empty log message ***
This commit is contained in:
parent
1627129a1f
commit
e668d4c617
@ -61,7 +61,12 @@ finalize ()
|
|||||||
"$ASEAWK" -f "$BASE/rel/unix2dos.awk" "$full" > "$target/$file"
|
"$ASEAWK" -f "$BASE/rel/unix2dos.awk" "$full" > "$target/$file"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
if [ "$dir" = "test/com" ]
|
||||||
|
then
|
||||||
|
"$ASEAWK" -f "$BASE/rel/unix2dos.awk" "$full" > "$target/$file"
|
||||||
|
else
|
||||||
cp -f "$full" "$target/$file"
|
cp -f "$full" "$target/$file"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
BIN
ase/test/com/AwkForm.frx
Normal file
BIN
ase/test/com/AwkForm.frx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user