aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2012-07-18 17:23:33 -0400
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2012-08-30 21:28:29 -0400
commitd071fe295ceda099c7be63ccddae960082cea7b5 (patch)
tree3779ef642cc2940fd975bfa83ec42d2bf7e8c802 /src
parent88a07f99f3b086f00cf0b12711d8342c2e49a12d (diff)
Revert "Make the compiler output executable scripts if node is being used"
This reverts commit 14c0e3d9474ac344f07065e1f0a78a8bf6555da1.
Diffstat (limited to 'src')
-rw-r--r--src/compiler.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler.js b/src/compiler.js
index a3e9479f..89da32d5 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -48,9 +48,6 @@ if (ENVIRONMENT_IS_NODE) {
arguments_ = process['argv'].slice(2);
- // Print the shbang line
- print('#!/usr/bin/env node');
-
} else if (ENVIRONMENT_IS_SHELL) {
// Polyfill over SpiderMonkey/V8 differences
if (!this['read']) {