mirror of
https://github.com/mjl-/mox.git
synced 2025-04-21 21:40:01 +03:00
don't use bash if not needed
from mteege
This commit is contained in:
parent
93c52b01a0
commit
67300969c1
1 changed files with 2 additions and 2 deletions
4
gents.sh
4
gents.sh
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
# generate new typescript client, only install it when it is different, so we
|
||||
# don't trigger frontend builds needlessly.
|
||||
|
|
Loading…
Reference in a new issue