aboutsummaryrefslogtreecommitdiff
path: root/ttv
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-18 18:24:24 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-18 18:24:24 +0100
commitfdea10a6481920b3bd097dd920269754c3a72dfd (patch)
tree2dd7602b95024b04cb06db230f2b495c1c544df5 /ttv
parentWorking. (diff)
downloadtexttv-fdea10a6481920b3bd097dd920269754c3a72dfd.tar.gz
texttv-fdea10a6481920b3bd097dd920269754c3a72dfd.tar.xz
Better cache.
Diffstat (limited to 'ttv')
-rwxr-xr-xttv4
1 files changed, 1 insertions, 3 deletions
diff --git a/ttv b/ttv
index 6e527c6..2bcbbb4 100755
--- a/ttv
+++ b/ttv
@@ -2,9 +2,7 @@
pushd $(dirname $(realpath $0)) > /dev/null
-LD_LIBRARY_PATH=$PWD
-
file=texttv.json
page=${1:- 100}
-./main.scm $file $page
+env LD_LIBRARY_PATH=$PWD ./main.scm $file $page