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"