Merge pull request #75406 from andersk/gitk-completion
git: Install bash-completion symlink for gitk
This commit is contained in:
commit
697b44b631
@ -230,6 +230,7 @@ stdenv.mkDerivation {
|
|||||||
-e "s|exec wish|exec '${tk}/bin/wish'|g" \
|
-e "s|exec wish|exec '${tk}/bin/wish'|g" \
|
||||||
"$out/$prog"
|
"$out/$prog"
|
||||||
done
|
done
|
||||||
|
ln -s $out/share/git/contrib/completion/git-completion.bash $out/share/bash-completion/completions/gitk
|
||||||
'' else ''
|
'' else ''
|
||||||
# Don't wrap Tcl/Tk, replace them by notification scripts
|
# Don't wrap Tcl/Tk, replace them by notification scripts
|
||||||
for prog in bin/gitk libexec/git-core/git-gui; do
|
for prog in bin/gitk libexec/git-core/git-gui; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user