Commit Graph

11 Commits

Author SHA1 Message Date
psykose 3604086cb4 set some runtime script interpreters to /bin/sh
nothing in these scripts make use of bash features, and they are
actually posix sh, so use /bin/sh instead.
2023-05-15 12:21:12 +02:00
Samson ab8803c9f5 All scripts use Bash
Syntax errors occur with /bin/sh interpreters, hence /bin/bash is used instead to correct for this
2019-01-15 06:49:13 +01:00
Samson df262ea546 Fixed shell export syntax
To use the previous syntax, must be using #!/bin/bash
(Tested on Ubuntu 18.04.1)
2019-01-15 06:49:13 +01:00
falkTX a1d4aa8dc1 Tweak startup scripts way to find python3 2017-11-24 09:39:14 +01:00
falkTX b802c3e369 Use /bin/sh in startup scripts 2017-11-21 09:44:59 +01:00
falkTX f88023600e Fix startup scripts 2015-02-13 10:10:57 +00:00
falkTX 502036fc9a Add "--gdb" switch to carla script 2015-02-11 14:17:35 +00:00
falkTX 31cc439f19 Allow install once again, add some tweaked carla start scripts 2013-10-24 20:25:54 +01:00
falkTX 8b7f98aa75 Pass appName to NSM announce, fix local usage 2013-04-15 21:18:18 +01:00
falkTX 22343cce38 Add initial files 2013-01-11 15:43:04 +00:00
falkTX 39a46da372 Add initial files 2013-01-11 08:51:42 +00:00