mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
lib-bash: always print message announcing a dry run
(cherry picked from commit 5c098dc7ad)
This commit is contained in:
committed by
Robert Helgesson
parent
4e7a26e710
commit
d38ef895e5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user