Browse Source

Fix startup scripts

tags/1.9.6
falkTX 9 years ago
parent
commit
f88023600e
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      data/carla
  2. +1
    -1
      data/carla-patchbay
  3. +1
    -1
      data/carla-rack

+ 1
- 1
data/carla View File

@@ -6,7 +6,7 @@ else
PYTHON=python
fi

if [ $1 = "--gdb" ]; then
if [ "$1" = "--gdb" ]; then
PYTHON="gdb --args $PYTHON"
fi



+ 1
- 1
data/carla-patchbay View File

@@ -6,7 +6,7 @@ else
PYTHON=python
fi

if [ $1 = "--gdb" ]; then
if [ "$1" = "--gdb" ]; then
PYTHON="gdb --args $PYTHON"
fi



+ 1
- 1
data/carla-rack View File

@@ -6,7 +6,7 @@ else
PYTHON=python
fi

if [ $1 = "--gdb" ]; then
if [ "$1" = "--gdb" ]; then
PYTHON="gdb --args $PYTHON"
fi



Loading…
Cancel
Save