From d179b3c18007d5e7c7326d3d2ae3b5f43cd88a70 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 22 Aug 2012 03:28:21 +0200 Subject: sorting the symlinks in -L --- ponysay | 1 + 1 file changed, 1 insertion(+) diff --git a/ponysay b/ponysay index 8426fc4..b1911ce 100755 --- a/ponysay +++ b/ponysay @@ -326,6 +326,7 @@ class Ponysay(): w = UCS.dispLen(pony) item = '\033[1m' + pony + '\033[21m' if (pony in quoters) else pony syms = ponymap[pony] + syms.sort() if len(syms) > 0: w += 2 + len(syms) item += ' (' -- cgit