Skip to content
Snippets Groups Projects
Commit dd9c8f80 authored by Simon McVittie's avatar Simon McVittie
Browse files

pressure-vessel-unruntime-scout: Use sh instead of bash


This should be a little faster.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 3ede70fa
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#!/bin/sh
# pressure-vessel-scout — undo the Steam Runtime's environment and use
# scout, assuming the layout of the SteamLinuxRuntime depot.
......@@ -26,9 +26,7 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
set -e
set -o pipefail
set -u
set -eu
me="$(readlink -f "$0")"
here="${me%/*}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment