We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fe722 commit 72ce25cCopy full SHA for 72ce25c
1 file changed
gentraces.sh
@@ -52,7 +52,7 @@ do_zip(){
52
53
do_run(){
54
MDL="$1"
55
- NBT="${MDL%mdl}nbt"
+ NBT="${MDL%_tgt.mdl}.nbt"
56
echo "exec: $TMP_IN_DIR/$MDL -> $TMP_OUT_DIR/$NBT"
57
stack exec "$EXEC" -- "$COMMAND" "$TMP_IN_DIR/$MDL" "$TMP_OUT_DIR/$NBT"
58
}
0 commit comments