diff --git a/packaging/win32/functions b/packaging/win32/functions index 38bd51d0ab..d820bf4902 100644 --- a/packaging/win32/functions +++ b/packaging/win32/functions @@ -80,7 +80,7 @@ function add_to_env() { } function assert_one_dir() { - [ -d $@ ] || die "Detected multiple directories where only one was expected; please delete all but the latest one: $@" + quiet [ -d "$@" ] || die "Detected multiple directories where only one was expected; please delete all but the latest one: $@" } ### Local Variables: ***