From a64a738550c927bd50b5c79b1cd54ff50fe7d6b9 Mon Sep 17 00:00:00 2001 From: deicidus Date: Thu, 18 May 2023 03:38:37 -0700 Subject: [PATCH] Giving up, fathom-cursor is not POSIX... for now --- spells/cantrips/fathom-cursor | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spells/cantrips/fathom-cursor b/spells/cantrips/fathom-cursor index fa51a5c..e37f876 100755 --- a/spells/cantrips/fathom-cursor +++ b/spells/cantrips/fathom-cursor @@ -57,8 +57,4 @@ test_fathom_cursor() { assert_equal "$(./fathom-cursor)" "$(./fathom-cursor -x -y)" "fathom_cursor and -x -y outputs differ" } -# Check if the script is being called from another script -if [ "${BASH_SOURCE[0]}" = "$0" ]; then - # If not, call the function - fathom_cursor "$@" -fi +fathom_cursor "$@"