From cbea442ec217725cb101cffc96be563cd5f585f0 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Fri, 16 May 2014 14:44:31 -0500 Subject: [PATCH] Pull the link out of the alternatives output when not specified Fixes #7414 --- library/system/alternatives | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/system/alternatives b/library/system/alternatives index dfdc4e2f81..5fca68c5ef 100755 --- a/library/system/alternatives +++ b/library/system/alternatives @@ -109,6 +109,8 @@ def main(): current_path = value elif key == 'Alternative': all_alternatives.append(value) + elif key == 'Link' and not link: + link = value if current_path != path: try: