From: tfheen Date: Sun, 25 Nov 2007 10:35:55 +0000 (+0000) Subject: Fix typo in mrconfig X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b0221681e42f994a6d1c3b34756ff8ab55324c;p=dotfiles Fix typo in mrconfig git-svn-id: file:///svn/tfheen/trunk/dotfiles@1078 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/mrconfig b/mrconfig index 00a57bb..bdc845a 100644 --- a/mrconfig +++ b/mrconfig @@ -97,10 +97,10 @@ checkout = git clone 'git://kernel.ubuntu.com/ubuntu/ubuntu-gutsy.git' 'ubuntu-g checkout = git clone 'git://git.freedesktop.org/git/xorg/xserver' 'xserver' [src/libXfixes] -checkout = git clone 'git://git.freedesktop.org/git/xorg/libXfixes 'libXfixes' +checkout = git clone 'git://git.freedesktop.org/git/xorg/libXfixes' 'libXfixes' [src/fixesproto] -checkout = git clone 'git://git.freedesktop.org/git/xorg/fixesproto 'fixesproto' +checkout = git clone 'git://git.freedesktop.org/git/xorg/fixesproto' 'fixesproto' [src/apache-httpd] checkout = svn co 'https://svn.apache.org/repos/asf/httpd/httpd/trunk' 'apache-httpd'