NixOS / patchelf

A small utility to modify the dynamic linker and RPATH of ELF executables
GNU General Public License v3.0
3.57k stars 486 forks source link

when I use zsh plugins zsh-autosuggestions, it something wrong #532

Closed zhefox closed 12 months ago

zhefox commented 12 months ago

➜ tools patchelf --replace-needed libc.so.6 /home_arguments:463: command not found: LIB_NEW _arguments:463: command not found: LIB_NEW _arguments:463: command not found: LIB_NEW /_arguments:463: command not found: LIB_NEW _arguments:463: command not found: LIB_NEW patchelf --replace-needed libc.so.6 /home/ Killed by signal in _arguments after 0s

it looks only patchelf --replace-needed have this wrong

zhefox commented 12 months ago

I change zsh to fish , solve it!