From 7b4272995c094247742b1a2d346930f86645ff56 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Wed, 18 Jul 2018 23:47:52 +0200 Subject: [PATCH] pacman.sh: remove unused variable --- tools/pacman.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/pacman.sh b/tools/pacman.sh index 761cb44d..ccb86f0a 100755 --- a/tools/pacman.sh +++ b/tools/pacman.sh @@ -17,7 +17,6 @@ initializeANSI() whitef="${esc}[37m" boldon="${esc}[1m"; - boldoff="${esc}[22m" reset="${esc}[0m" }