lib-bash: always print message announcing a dry run

This commit is contained in:
Cornelius Mika 2017-08-17 10:16:30 +02:00
parent 7fcff6f6be
commit c8f7f7bb60

View file

@ -39,7 +39,7 @@ else
fi
if [[ -v DRY_RUN ]] ; then
$VERBOSE_ECHO "This is a dry run"
echo "This is a dry run"
export DRY_RUN_CMD=echo
else
$VERBOSE_ECHO "This is a live run"