mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 19:03:38 +08:00
I need to take a break. Fixup.
This commit is contained in:
parent
056502001e
commit
3e556b984c
|
@ -271,7 +271,7 @@ static constexpr bool allow_use_posix_spawn() {
|
||||||
|
|
||||||
static relaxed_atomic_bool_t g_use_posix_spawn{false};
|
static relaxed_atomic_bool_t g_use_posix_spawn{false};
|
||||||
bool get_use_posix_spawn() {
|
bool get_use_posix_spawn() {
|
||||||
assert(allow_use_posix_spawn() && "get_use_posix_spawn() called but not allowed");
|
assert(allow_use_posix_spawn() && g_use_posix_spawn && "get_use_posix_spawn() called but not allowed");
|
||||||
return g_use_posix_spawn;
|
return g_use_posix_spawn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user