[latex3-commits] [git/LaTeX3-latex3-l3build] master: Need a "#!" line for *nix (96df165)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Mar 9 16:57:10 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/96df165dfbe226926fba172feaf3f32038e015fa

>---------------------------------------------------------------

commit 96df165dfbe226926fba172feaf3f32038e015fa
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Mar 9 15:57:10 2018 +0000

    Need a "#!" line for *nix
    
    ... as they don't have a running to pick texlua


>---------------------------------------------------------------

96df165dfbe226926fba172feaf3f32038e015fa
 l3build.lua |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/l3build.lua b/l3build.lua
index 506740f..0ddf05d 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -1,3 +1,5 @@
+#!/usr/bin/env texlua 
+
 --[[
 
 File l3build.lua Copyright (C) 2014-2017 The LaTeX3 Project





More information about the latex3-commits mailing list