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