sys: fix hwinfo (Closes: #625501)

This commit is contained in:
intrigeri 2011-05-05 09:16:59 +02:00
parent ee587946a6
commit d32cc2318c
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,8 @@ version 0.9.9 -- UNRELEASED
. Fix long rotation.
. Make units clearer (Closes Redmine bug #2737)
. Do arithmetic using bash rather than bc (Closes: #603173)
sys:
. Fix hwinfo (Closes: #625501)
tar:
. Install by default. (Closes Redmine bug #2907)
helper changes

View File

@ -542,7 +542,7 @@ fi
#
if [ "$hardware" == "yes" ]; then
if [ "dohwinfo" == "yes" ]; then
if [ "$dohwinfo" == "yes" ]; then
if [ -f $hardwarefile ]; then
rm $hardwarefile
fi