diff --git a/virt-v2v/cold/entrypoint b/virt-v2v/cold/entrypoint index 9fc2db8f4..2eee9a9c5 100755 --- a/virt-v2v/cold/entrypoint +++ b/virt-v2v/cold/entrypoint @@ -2,7 +2,7 @@ set -o pipefail -e shopt -s nullglob -if [ -z "$V2V_source"] ; then +if [ -z "$V2V_source" ] ; then echo "Following environment needs to be defined:" echo echo " V2V_source"