This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Use /bin/sh in startup scripts
tags/1.9.8
falkTX
7 years ago
parent
3d2b57762b
commit
b802c3e369
10 changed files
with
10 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
data/build-haiku.sh
+1
-1
data/carla
+1
-1
data/carla-bridge-lv2-modgui
+1
-1
data/carla-control
+1
-1
data/carla-database
+1
-1
data/carla-jack-multi
+1
-1
data/carla-jack-single
+1
-1
data/carla-patchbay
+1
-1
data/carla-rack
+1
-1
data/carla-settings
+ 1
- 1
data/build-haiku.sh
View File
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
export HAIKU=true
export CC=gcc-x86
+ 1
- 1
data/carla
View File
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
if [ -f /usr/bin/python3 ]; then
PYTHON=/usr/bin/python3
+ 1
- 1
data/carla-bridge-lv2-modgui
View File
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
if [ -f /usr/bin/python3 ]; then
PYTHON=/usr/bin/python3
+ 1
- 1
data/carla-control
View File
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
if [ -f /usr/bin/python3 ]; then
PYTHON=/usr/bin/python3
+ 1
- 1
data/carla-database
View File
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
if [ -f /usr/bin/python3 ]; then
PYTHON=/usr/bin/python3
+ 1
- 1
data/carla-jack-multi
View File
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
if [ -f /usr/bin/python3 ]; then
PYTHON=/usr/bin/python3
+ 1
- 1
data/carla-jack-single
View File
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
if [ -f /usr/bin/python3 ]; then
PYTHON=/usr/bin/python3
+ 1
- 1
data/carla-patchbay
View File
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
if [ -f /usr/bin/python3 ]; then
PYTHON=/usr/bin/python3
+ 1
- 1
data/carla-rack
View File
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
if [ -f /usr/bin/python3 ]; then
PYTHON=/usr/bin/python3
+ 1
- 1
data/carla-settings
View File
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
if [ -f /usr/bin/python3 ]; then
PYTHON=/usr/bin/python3
Write
Preview
Loading…
Cancel
Save