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:
parent
f726f8c22c
commit
a54860044f
@ -12,7 +12,6 @@ shopt -s extglob
|
||||
|
||||
m4_include(common)
|
||||
|
||||
newroot=/mnt
|
||||
hostcache=0
|
||||
copykeyring=1
|
||||
copymirrorlist=1
|
||||
|
Loading…
Reference in New Issue
Block a user