Fix typos

main
Sean Hickey 2021-08-29 16:13:59 -07:00
parent 4d7ab7a25a
commit 7dad1b611c
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ mkdir -p $install_dir
path=$(dirname "$file")
filename=$(basename "$file")
canonical_path=d=$(cd $(dirname "$path") && pwd -P)
filename="${canonical_path}/${filename}"
canonical_path=$(cd $(dirname "$path") && pwd -P)
filepath="${canonical_path}/${filename}"
ln -sf "$filename" "${install_dir}/${filename}"
ln -sf "$filepath" "${install_dir}/${filename}"