From 8e286d6555f683edeb30cc0ea794595102f00ee7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Nov 2009 11:56:50 -0500 Subject: [PATCH] use [.] instead of [] [] only works at all due to implementation details and users should not need to worry about it. mr bootstrap only support [.] --- Makefile | 2 +- mrconfig.complex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ec59d8c..8a8a63a 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,6 @@ build: pod2man -c webcheckout webcheckout > webcheckout.1 test: - (echo "[]"; echo "checkout=") > mrconfig.tmp + (echo "[.]"; echo "checkout=") > mrconfig.tmp ./mr --trust-all -c mrconfig.tmp ed | grep -q "horse" rm -f mrconfig.tmp diff --git a/mrconfig.complex b/mrconfig.complex index 47cf979..21974b5 100644 --- a/mrconfig.complex +++ b/mrconfig.complex @@ -63,7 +63,7 @@ lib = } # The root of my home directory. -[] +[.] order = 1 checkout = if anon; then -- 2.39.2