From a54860044f5f87da768445f06ccb0f653d1532d7 Mon Sep 17 00:00:00 2001 From: Alan Braithwaite Date: Thu, 30 Oct 2014 14:19:48 -0700 Subject: [PATCH] Remove redundant variable declaration Unless I'm mistaken, newroot is assigned later, and never referenced in between: ``` (( $# )) || die "No root directory specified" newroot=$1; shift ``` --- pacstrap.in | 1 - 1 file changed, 1 deletion(-) diff --git a/pacstrap.in b/pacstrap.in index c69d097..add86f1 100644 --- a/pacstrap.in +++ b/pacstrap.in @@ -12,7 +12,6 @@ shopt -s extglob m4_include(common) -newroot=/mnt hostcache=0 copykeyring=1 copymirrorlist=1