summarylogtreecommitdiffstats
path: root/python2-fix.patch
blob: dcb473d7b02fb431ef2d34b127691bb8fa0b52ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/tools/faust2appls/faust2md b/tools/faust2appls/faust2md
index 2e460fcb9..5831a86a9 100755
--- a/tools/faust2appls/faust2md
+++ b/tools/faust2appls/faust2md
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 #---------------------- faust2md -----------------------
 # Usage: `faust2md [-t 4] [-c] [-f] foo.dsp > foo.md`
diff --git a/tools/faust2appls/faust2atomsnippets b/tools/faust2appls/faust2atomsnippets
index 183436022..989618a30 100755
--- a/tools/faust2appls/faust2atomsnippets
+++ b/tools/faust2appls/faust2atomsnippets
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 #---------------------- faust2atomsnippets -----------------------
 # Usage: `faust2atomsnippets *.lib > faust-library.cson`