diff options
author | lassulus <lassulus@lassul.us> | 2022-09-27 12:26:37 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-09-27 12:26:37 +0200 |
commit | e2285620bbd4e0b291997a7da66cfcf026c4e234 (patch) | |
tree | d2b308c082dd13dbde0414e486b5e62c1f6c4203 /krebs/5pkgs/simple/Reaktor/scripts | |
parent | c3bc2f79d55653051bf8ec6c4f8d68046de77c3d (diff) |
k: utillinux -> util-linux
Diffstat (limited to 'krebs/5pkgs/simple/Reaktor/scripts')
-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 |