Removed broken quotes.

svn path=/nixpkgs/trunk/; revision=13761
This commit is contained in:
Andres Löh 2009-01-13 16:36:47 +00:00
parent 20cb460c67
commit 4d5c788b81

View file

@ -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
'')