Commit 80eac6fb authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Ensure failing pipes in entrypoint.sh are fatal

parent 54c8757d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
set -eu
set -eu -o pipefail
shopt -s nullglob globstar

declare -a THEMES=() PLUGINS=() LANGUAGES=()