]> Cypherpunks.ru repositories - gostls13.git/commit
misc/wasm: extend executable compatibility
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Sat, 28 Jan 2023 06:51:39 +0000 (22:51 -0800)
committerJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Mon, 30 Jan 2023 18:49:25 +0000 (18:49 +0000)
commit01b9656fce32249d6debc2f0eaa2ce0c4154b827
tree03dcc99cca265c0cec881a2e3914ad4d831fd398
parent6ab721dfd6bda7ec21e923c76e71abc1005e8d29
misc/wasm: extend executable compatibility

The path /bin/bash is not available on all operating systems.
Use /usr/bin/env bash to find the system bash interpreter.

Change-Id: I493e462a8e261b7fbbd3f3c0b1d10e55c5ed783b
Reviewed-on: https://go-review.googlesource.com/c/go/+/463977
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Evan Phoenix <evan@phx.io>
misc/wasm/go_js_wasm_exec