]> git.sesse.net Git - remoteglot-book/blobdiff - parallel-parse-pgn.sh
Fixes for filenames with spaces.
[remoteglot-book] / parallel-parse-pgn.sh
index 2a0279d65fc42e869c55a05659d86c78c442fd76..37ce2e4f99e7150e531941c55fddc34ef80277f3 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 FILE=$1
 for X in $( seq 0 39 ); do
-       ( ./partition-pgn.sh $FILE $X 40 | ~/nmu/pgn-extract/pgn-extract -e -Wsessebin >> part-$X.bin 2>/dev/null ) &
+       ( ./partition-pgn.sh "$FILE" $X 40 | ~/nmu/pgn-extract/pgn-extract -e -Wsessebin >> part-$X.bin 2>/dev/null ) &
 done
 wait