[Pkg-javascript-commits] [node-expat] 33/371: install.sh: add shebang

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit 1944d5824c3e72c0fc62deee15554d85ba3a20e7
Author: Astro <astro at spaceboyz.net>
Date:   Fri Jun 11 13:56:04 2010 +0200

    install.sh: add shebang
---
 install.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index def9b48..8c8a895 100644
--- a/install.sh
+++ b/install.sh
@@ -1,2 +1,4 @@
+#!/bin/sh
+
 node-waf configure
-node-waf build
\ No newline at end of file
+node-waf build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list