Closed sboosali closed 6 years ago
we should either require bash, like this pr:
https://github.com/reflex-frp/reflex-native/pull/1
or not use non-sh features, like
sh
set -eo pipefail
thanks! I merged #1 as-is though it might need tweaking on NixOS (or any other place that puts bash somewhere other than /bin)
/bin
we should either require bash, like this pr:
https://github.com/reflex-frp/reflex-native/pull/1
or not use non-
sh
features, like