Skip to content

Commit 788cc5b

Browse files
committed
Merge branch 'master' of github.com:ForNeVeR/icfpc-2018
2 parents 3b99565 + 041a4d5 commit 788cc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gentraces.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ do_zip(){
5252

5353
do_run(){
5454
MDL="$1"
55-
NBT="${MDL%mdl}nbt"
55+
NBT="${MDL%_tgt.mdl}.nbt"
5656
echo "exec: $TMP_IN_DIR/$MDL -> $TMP_OUT_DIR/$NBT"
5757
stack exec "$EXEC" -- "$COMMAND" "$TMP_IN_DIR/$MDL" "$TMP_OUT_DIR/$NBT"
5858
}

0 commit comments

Comments
 (0)