Opened 18 years ago
Closed 18 years ago
#2968 closed defect (fixed)
TOOLS: convert_dxa.sh: $ENCODE_DXA needs file.smk
Reported by: | SF/sebschub | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | script | |
Cc: | Game: |
Description
line 34 in convert_dxa.sh: encode_dxa needs the complete smk file as argument including ".smk" (at least the svn version 2006-12-28).
$ENCODE_DXA --$FORMAT "$in.smk";
works for me.
Ticket imported from: #1623619. Ticket imported from: bugs/2968.
Change History (2)
comment:1 by , 18 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | convert_dxa.sh: $ENCODE_DXA needs file.smk → TOOLS: convert_dxa.sh: $ENCODE_DXA needs file.smk |
comment:2 by , 18 years ago
Note:
See TracTickets
for help on using tickets.
Indeed. Thanks for pointing out. Fixed.