mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Windows build: Exit on simple error
This commit is contained in:
parent
e54ea583f2
commit
f19f3833f3
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
pecho() { printf %s\\n "$*"; }
|
pecho() { printf %s\\n "$*"; }
|
||||||
log() { pecho "$@"; }
|
log() { pecho "$@"; }
|
||||||
error() { log "ERROR: $@" >&2; }
|
error() { log "ERROR: $@" >&2; }
|
||||||
|
|
Loading…
Reference in a new issue