Codebase list emscripten / cd33c2e
rename patch unusual-interpreter-fix to 2001_explicit_shebang Jonas Smedegaard 3 years ago
3 changed file(s) with 41 addition(s) and 41 deletion(s). Raw diff Collapse all Expand all
0 --- a/tools/source-maps/sourcemapper.js
1 +++ b/tools/source-maps/sourcemapper.js
2 @@ -1,4 +1,4 @@
3 -#!/usr/bin/env node
4 +#!/usr/bin/node
5 // Copyright 2013 The Emscripten Authors. All rights reserved.
6 // Emscripten is available under two separate licenses, the MIT license and the
7 // University of Illinois/NCSA Open Source License. Both these licenses can be
8 --- a/src/compiler.js
9 +++ b/src/compiler.js
10 @@ -1,4 +1,4 @@
11 -#!/usr/bin/env node
12 +#!/usr/bin/node
13 /**
14 * @license
15 * Copyright 2010 The Emscripten Authors
16 --- a/tools/js-optimizer.js
17 +++ b/tools/js-optimizer.js
18 @@ -1,4 +1,4 @@
19 -#!/usr/bin/env node
20 +#!/usr/bin/node
21 // Copyright 2011 The Emscripten Authors. All rights reserved.
22 // Emscripten is available under two separate licenses, the MIT license and the
23 // University of Illinois/NCSA Open Source License. Both these licenses can be
24 --- a/tools/preprocessor.js
25 +++ b/tools/preprocessor.js
26 @@ -1,4 +1,4 @@
27 -#!/usr/bin/env node
28 +#!/usr/bin/node
29 // Copyright 2018 The Emscripten Authors. All rights reserved.
30 // Emscripten is available under two separate licenses, the MIT license and the
31 // University of Illinois/NCSA Open Source License. Both these licenses can be
32 --- a/tools/source-maps/sourcemap2json.js
33 +++ b/tools/source-maps/sourcemap2json.js
34 @@ -1,4 +1,4 @@
35 -#!/usr/bin/env node
36 +#!/usr/bin/node
37 // Copyright 2013 The Emscripten Authors. All rights reserved.
38 // Emscripten is available under two separate licenses, the MIT license and the
39 // University of Illinois/NCSA Open Source License. Both these licenses can be
00 1001_python3_shebang.patch
1 unusual-interpreter-fix.diff
1 2001_explicit_shebang.patch
22 2002_avoid_git.patch
33 2003_avoid_install_packaging.patch
44 2004_privacy.patch
+0
-40
debian/patches/unusual-interpreter-fix.diff less more
0 --- a/tools/source-maps/sourcemapper.js
1 +++ b/tools/source-maps/sourcemapper.js
2 @@ -1,4 +1,4 @@
3 -#!/usr/bin/env node
4 +#!/usr/bin/node
5 // Copyright 2013 The Emscripten Authors. All rights reserved.
6 // Emscripten is available under two separate licenses, the MIT license and the
7 // University of Illinois/NCSA Open Source License. Both these licenses can be
8 --- a/src/compiler.js
9 +++ b/src/compiler.js
10 @@ -1,4 +1,4 @@
11 -#!/usr/bin/env node
12 +#!/usr/bin/node
13 /**
14 * @license
15 * Copyright 2010 The Emscripten Authors
16 --- a/tools/js-optimizer.js
17 +++ b/tools/js-optimizer.js
18 @@ -1,4 +1,4 @@
19 -#!/usr/bin/env node
20 +#!/usr/bin/node
21 // Copyright 2011 The Emscripten Authors. All rights reserved.
22 // Emscripten is available under two separate licenses, the MIT license and the
23 // University of Illinois/NCSA Open Source License. Both these licenses can be
24 --- a/tools/preprocessor.js
25 +++ b/tools/preprocessor.js
26 @@ -1,4 +1,4 @@
27 -#!/usr/bin/env node
28 +#!/usr/bin/node
29 // Copyright 2018 The Emscripten Authors. All rights reserved.
30 // Emscripten is available under two separate licenses, the MIT license and the
31 // University of Illinois/NCSA Open Source License. Both these licenses can be
32 --- a/tools/source-maps/sourcemap2json.js
33 +++ b/tools/source-maps/sourcemap2json.js
34 @@ -1,4 +1,4 @@
35 -#!/usr/bin/env node
36 +#!/usr/bin/node
37 // Copyright 2013 The Emscripten Authors. All rights reserved.
38 // Emscripten is available under two separate licenses, the MIT license and the
39 // University of Illinois/NCSA Open Source License. Both these licenses can be