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.
1 parent a707401 commit 782d6a6Copy full SHA for 782d6a6
make-files.sh
@@ -65,6 +65,10 @@ if [[ ${BOOK} = true ]] ; then
65
mv ${FILENAME_TEMP}_FIX.index ${FILENAME_TEMP}.index
66
67
echo catting tempindex
68
+cat ./builds/TEMP_book.index
69
+cat ./builds/TEMP_book_FIX.index
70
+ls ./builds
71
+
72
[[ ${DEBUG} = true ]] && cat $FILENAME_TEMP.index
73
74
# Combine files
0 commit comments