forked from josch/mmdebstrap
coverage.sh: remove unused variable declaration
This commit is contained in:
parent
74725ac451
commit
07fa6f29c8
1 changed files with 0 additions and 2 deletions
|
@ -105,8 +105,6 @@ print_header() {
|
||||||
i=$((i+1))
|
i=$((i+1))
|
||||||
}
|
}
|
||||||
|
|
||||||
nativearch=$(dpkg --print-architecture)
|
|
||||||
|
|
||||||
# choose the timestamp of the unstable Release file, so that we get
|
# choose the timestamp of the unstable Release file, so that we get
|
||||||
# reproducible results for the same mirror timestamp
|
# reproducible results for the same mirror timestamp
|
||||||
SOURCE_DATE_EPOCH=$(date --date="$(grep-dctrl -s Date -n '' "$mirrordir/dists/$DEFAULT_DIST/Release")" +%s)
|
SOURCE_DATE_EPOCH=$(date --date="$(grep-dctrl -s Date -n '' "$mirrordir/dists/$DEFAULT_DIST/Release")" +%s)
|
||||||
|
|
Loading…
Reference in a new issue