From b9069dcd8ce3a00eb4ae8761591616fb12ec42a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Tue, 1 Sep 2020 00:29:29 +0200
Subject: [PATCH] =?UTF-8?q?Fan=20ta=20d=C3=A5liga=20env.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 build.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/build.sh b/build.sh
index 87df802..9aff9de 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
-env -C administrativt/kortlapp/ latexmk -pdf
-env -C administrativt/medlemslapp/ latexmk -pdf
-env -C infomöte latexmk -pdf single
-env -C infomöte latexmk -pdf multi
-env -C infomöte/presentation latexmk -pdf
-env -C tilde latexmk -pdf
+cd administrativt/kortlapp/ && latexmk -pdf
+cd administrativt/medlemslapp/ && latexmk -pdf
+cd infomöte && latexmk -pdf single
+cd infomöte && latexmk -pdf multi
+cd infomöte/presentation && latexmk -pdf
+cd tilde && latexmk -pdf
-- 
GitLab