From 809797d3a77416222ab1be299239b09a6508234b Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Wed, 18 Jul 2018 00:28:37 +0200 Subject: [PATCH] Fix cut command detection. --- home/bin/update-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bin/update-profile b/home/bin/update-profile index d468008..c635a78 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -1,7 +1,7 @@ #!/bin/sh -e CUT="gcut" -if ! command -v "${READLINK}" 2>&1; then +if ! command -v "${CUT}" 2>&1; then CUT="cut" fi