We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b99565 + 041a4d5 commit 788cc5bCopy full SHA for 788cc5b
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