*** empty log message ***
This commit is contained in:
parent
bd1500acd9
commit
1627129a1f
@ -57,6 +57,9 @@ finalize ()
|
||||
cp -f "$full" "$SOURCE_ROOT/html/$i"
|
||||
cp -f "$full" "$ASETGT/$i"
|
||||
;;
|
||||
*.dsp|*.dsw)
|
||||
"$ASEAWK" -f "$BASE/rel/unix2dos.awk" "$full" > "$target/$file"
|
||||
;;
|
||||
*)
|
||||
cp -f "$full" "$target/$file"
|
||||
;;
|
||||
|
2
ase/rel/unix2dos.awk
Normal file
2
ase/rel/unix2dos.awk
Normal file
@ -0,0 +1,2 @@
|
||||
BEGIN { ORS="\r\n"; }
|
||||
{ print $0; }
|
Loading…
Reference in New Issue
Block a user