mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
/bin/sh and /usr/bin/env are the only two binaries that NixOS provides at a fixed path (outside a buildFHSUserEnv sandbox). This discussion was split from #11004. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
6 lines
69 B
Bash
Executable File
6 lines
69 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
set -x
|
|
|
|
sudo ./tools/ci/production-helper
|