diff options
author | makefu <github@syntax-fehler.de> | 2022-09-29 11:08:22 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-09-29 11:08:22 +0200 |
commit | 0f24348d8bd65aeef573dfb20455c1f7cd586daa (patch) | |
tree | 138e618e2432376669f71280f4d6d3b3b4c160b3 /krebs/5pkgs/simple/Reaktor | |
parent | 809a10fccb3fb7a1fad93c3f8ab559f224fab626 (diff) | |
parent | 8f929b04b3de012a9c72306786f076b78aa9f98c (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/5pkgs/simple/Reaktor')
-rwxr-xr-x | krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh b/krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh index c21dc8776..6978e38c6 100755 --- a/krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh +++ b/krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh @@ -1,7 +1,7 @@ #! /bin/sh set -euf -# require flock from util-linux (pkgs.utillinux) +# require flock from util-linux (pkgs.util-linux) if test "${FLOCK-}" != "$state_file"; then exec env FLOCK="$state_file" flock "$state_file" "$0" "$@" fi |