From 7a55329065b6e17387f8450c67937ca6d69debb5 Mon Sep 17 00:00:00 2001 From: Ying Xie Date: Mon, 22 Apr 2019 14:01:13 -0700 Subject: [PATCH] [scripts] remove duplicate script copying for nbrshow (#517) * [scripts] remove duplicate script copying for nbrshow Signed-off-by: Ying Xie * also fix mmuconfig location to make the list in alphabetic order --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e401f998b66b..00dd27a00954 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,6 @@ 'scripts/decode-syseeprom', 'scripts/dropcheck', 'scripts/ecnconfig', - 'scripts/mmuconfig', 'scripts/fast-reboot', 'scripts/fast-reboot-dump.py', 'scripts/fdbclear', @@ -66,6 +65,7 @@ 'scripts/intfutil', 'scripts/intfstat', 'scripts/lldpshow', + 'scripts/mmuconfig', 'scripts/nbrshow', 'scripts/neighbor_advertiser', 'scripts/pcmping', @@ -80,7 +80,6 @@ 'scripts/route_check_test.sh', 'scripts/sfpshow', 'scripts/teamshow', - 'scripts/nbrshow', 'scripts/warm-reboot', 'scripts/watermarkstat', 'scripts/watermarkcfg'