master
Christian Ulrich 2020-03-26 17:32:42 +01:00
parent 1ba7b53003
commit 7cbfe5a0f6
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 0 additions and 4 deletions

View File

@ -16,9 +16,5 @@ function worker_has_nix {
echo $?
}
function test {
$(declare -f worker_has_nix); worker_has_nix
}
call_remote worker_has_nix