From db2418c3af04b82364d7a6ead6492b13d566a130 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sun, 6 Nov 2022 17:49:08 -0500 Subject: [PATCH] Stop checking for the existence of sha256sum It should be in all coreutils packages... --- gocrypt.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/gocrypt.bash b/gocrypt.bash index a68e3e0..2d05245 100755 --- a/gocrypt.bash +++ b/gocrypt.bash @@ -49,7 +49,6 @@ gocrypt_lock_file_path() { gocrypt_spawn_close_task() { which systemd-run > /dev/null || return - which sha256sum > /dev/null || return local task_name="$(gocrypt_unique_task_identifier)" # Cancel any previous task that might be present