treewide: use ${stdenv.shell} instead of /bin/sh where possible
This commit is contained in:
@@ -47,7 +47,7 @@ buildGoPackage rec {
|
||||
|
||||
cp -R $src/shell $bin/share/fzf
|
||||
cat <<SCRIPT > $bin/bin/fzf-share
|
||||
#!/bin/sh
|
||||
#!${stdenv.shell}
|
||||
# Run this script to find the fzf shared folder where all the shell
|
||||
# integration scripts are living.
|
||||
echo $bin/share/fzf
|
||||
|
||||
Reference in New Issue
Block a user