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.
This commit is contained in:
psykose 2023-05-15 01:55:05 +00:00 committed by Filipe Coelho
parent c4836a8600
commit 3604086cb4
13 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PYTHON=$(which python3 2>/dev/null)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PYTHON=$(which python3 2>/dev/null)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PYTHON=$(which python3 2>/dev/null)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PYTHON=$(which python3 2>/dev/null)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PYTHON=$(which python3 2>/dev/null)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [ -f "$(dirname ${0})/carla-utils.pc" ]; then
cd "$(dirname ${0})/.."

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PYTHON=$(which python3 2>/dev/null)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# small script that only prints carla's libdir.
# can be used to detect if carla is installed, and where to find its libcarla_standalone2.so file

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PYTHON=$(which python3 2>/dev/null)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PYTHON=$(which python3 2>/dev/null)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PYTHON=$(which python3 2>/dev/null)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e