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
```
This commit is contained in:
Alan Braithwaite 2014-10-30 14:19:48 -07:00
parent f726f8c22c
commit a54860044f

View File

@ -12,7 +12,6 @@ shopt -s extglob
m4_include(common)
newroot=/mnt
hostcache=0
copykeyring=1
copymirrorlist=1