[latex3-commits] [l3svn] 01/02: Add #! line to script
noreply at latex-project.org
noreply at latex-project.org
Thu Sep 24 09:48:50 CEST 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit d9a6697d09faa7187ef09021e5659f677e8e9045
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Sep 24 08:37:55 2015 +0100
Add #! line to script
---
texlive.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/texlive.sh b/texlive.sh
index 3f408c1..f057d89 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env sh
+
# This script is used for testing using Travis
# It is intended to work on their VM set up: Ubuntu 12.04 LTS
# As such, the nature of the system is hard-coded
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list