aboutsummaryrefslogtreecommitdiff
path: root/ttv
diff options
context:
space:
mode:
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