Removed broken quotes.
svn path=/nixpkgs/trunk/; revision=13761
This commit is contained in:
parent
20cb460c67
commit
4d5c788b81
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
|||
for prog in bin/gitk libexec/git-core/git-gui
|
||||
do
|
||||
notSupported "$out/$prog" \
|
||||
"reinstall with config \`git = { guiSupport = true; }' set"
|
||||
"reinstall with config git = { guiSupport = true; } set"
|
||||
done
|
||||
'')
|
||||
|
||||
|
|
Loading…
Reference in a new issue