set BACKUPNINJA_DEBUG when invoked with -d (Closes: #537266)

This commit is contained in:
intrigeri 2010-01-09 01:19:21 +01:00
parent 4e0519e390
commit 0fbd8744f5
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ version 0.9.7 -- UNRELEASED
"info" are included in the report e-mail (closes #563734)
. reportspace: skip non-directories and places that don't exist on the
local filesystem (Closes: #536049)
. set BACKUPNINJA_DEBUG when invoked with -d (Closes: #537266)
lib changes
easydialog:
. Allow form fields input to grow up to 100 chars (Closes: #562249)

View File

@ -381,7 +381,7 @@ loglevel=3
while [ $# -ge 1 ]; do
case $1 in
-h|--help) usage;;
-d|--debug) debug=1;;
-d|--debug) debug=1; export BACKUPNINJA_DEBUG=yes;;
-t|--test) test=1;debug=1;;
-n|--now) processnow=1;;
-f|--conffile)