From 5528228a525deb615e57967f78f486f0c4f9967c Mon Sep 17 00:00:00 2001 From: Ludwig Lehnert Date: Sun, 16 Feb 2025 09:07:02 +0100 Subject: [PATCH] fixed script cwd --- download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download b/download index de67c85..b3fce7f 100755 --- a/download +++ b/download @@ -1,6 +1,6 @@ #!/bin/env fish -set DIR (cd (dirname (status -f)); and pwd) +set DIR (dirname (status -f)) if ! type -q curl echo "curl is required to run this script"