Skip to content

Commit

Permalink
fix: name collision on case insensitive filesystem (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf authored Mar 12, 2024
1 parent f3d892c commit bf3ef55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/-ftb-build-module
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ local ret bundle nproc
# clone zsh source code if not exists
[[ -d ./zsh/$zsh_version ]] || {
git clone --depth=1 --branch zsh-$zsh_version https://github.com/zsh-users/zsh ./zsh/$zsh_version
ln -s $PWD/src/fzftab.c ./zsh/$zsh_version/Src/Modules/
ln -s $PWD/src/fzftab.mdd ./zsh/$zsh_version/Src/Modules/
}

ln -sf $PWD/Src/fzftab.c ./zsh/$zsh_version/Src/Modules/
ln -sf $PWD/Src/fzftab.mdd ./zsh/$zsh_version/Src/Modules/

# build zsh
cd -q ./zsh/$zsh_version
[[ -f ./configure ]] || ./Util/preconfig
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit bf3ef55

Please sign in to comment.