aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-03-24 16:45:13 -0500
committerBlaise Thompson <blaise@untzag.com>2018-03-24 16:45:13 -0500
commit46eb6bad8700abdfef52fd83445607228016b10b (patch)
tree824753b489dc24aeb09444a89d08d82fec43de3f /build.sh
parent7d602505a8b84d6c3743dd3cc0c9ac0a421f07b2 (diff)
2018-03-24 16:45
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 7abca57..649b522 100755
--- a/build.sh
+++ b/build.sh
@@ -49,7 +49,7 @@ if [[ "$1" = "all" ]] || [[ "$1" = "dissertation" ]] ; then
printLine
printColor documents
pdflatex --interaction=nonstopmode --shell-escape dissertation
- bibtex dissertation
+ biber dissertation
pdflatex --interaction=nonstopmode --shell-escape dissertation
pdflatex --interaction=nonstopmode --shell-escape dissertation
fi