mirror of
https://github.com/mjl-/mox.git
synced 2025-01-13 16:58:49 +03:00
Improve portability of build scripts
This commit is contained in:
parent
1d9e80fd70
commit
5f297ce54c
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
(
|
(
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
2
gents.sh
2
gents.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# generate new typescript client, only install it when it is different, so we
|
# generate new typescript client, only install it when it is different, so we
|
||||||
|
|
2
tsc.sh
2
tsc.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# - todo: get tsc to not emit semicolons except for the handful cases where it is needed.
|
# - todo: get tsc to not emit semicolons except for the handful cases where it is needed.
|
||||||
|
|
Loading…
Reference in a new issue