From bdaae65b9af7e5a00c106bdbdb07992b5ad343de Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 10 Nov 2012 21:12:26 -0600 Subject: Revert "Rename readline to gnu-readline" This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94. Turns out one of the "other things" is a dealbreaker. We only create kegs using a formula's canonical name. However, we do not check that this is the case when mapping existing kegs back to formula objects, and thus a keg with a name that happens to be an alias can fool Homebrew into thinking the canonically-named keg exists. So anything that enumerates kegs and then tries to do stuff with the resulting formula objects will just break. This is obviously worse than the debugger being broken, so reverting this for the time being. --- Library/Aliases/readline | 1 - 1 file changed, 1 deletion(-) delete mode 120000 Library/Aliases/readline (limited to 'Library/Aliases') diff --git a/Library/Aliases/readline b/Library/Aliases/readline deleted file mode 120000 index 41edea6d6..000000000 --- a/Library/Aliases/readline +++ /dev/null @@ -1 +0,0 @@ -../Formula/gnu-readline.rb \ No newline at end of file -- cgit v1.2.3