Victoria Dye <vdye@xxxxxxxxxx> 于2022年9月19日周一 04:08写道: > > ZheNing Hu via GitGitGadget wrote: > > From: ZheNing Hu <adlternative@xxxxxxxxx> > > > > $SHELL_PATH_SQ haven't been set in scalar's Makefile, > > bin-wrappers/scalar will begin with wrong hashbang "#!", > > fix it by setting $SHELL_PATH and $SHELL_PATH_SQ in > > scalar's Makefile. > > > > Signed-off-by: ZheNing Hu <adlternative@xxxxxxxxx> > > --- > > scalar: fix wrong shell hashbang > > > > The bin-wrappers/scalar seems like missing setting $SHELL_PATH_SQ which > > lead to I can't execute bin-wrappers/scalar correctly, which output > > error: > > > > zsh: exec format error: scalar > > > > (this bug will not turn out in bash) > > > > The bin-wrappers/scalar begin with wrong hashbang "#!", which cannot > > figure out by zsh. So this patch want to fix this problem. > > > > v1: Setting $SHELL_PATH and $SHELL_PATH_SQ in scalar/Makefile. > > > > Thanks for finding this! However, while your patch fixes the error you've > identified (I was able to recreate both the original issue and apply your > patch to fix it), I believe it has already been fixed in 'next' by > 7b5c93c6c6 (scalar: include in standard Git build & installation, > 2022-09-02) (archive: [1]). > > [1] https://lore.kernel.org/git/bc2092a7a7aae640b547bde8db0c0a26ce31278a.1662134210.git.gitgitgadget@xxxxxxxxx/ It seems that this problem has been solved, thanks! -- ZheNing Hu