From a000afb0027fbecdf1ddfb1d66fefbe26e55a7cc Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 7 Feb 2011 11:34:53 -0500 Subject: [PATCH] fixing up redirection of an echo cmd --- vm/tools/nd_createappliance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/tools/nd_createappliance b/vm/tools/nd_createappliance index 3b2d875..2c794cb 100755 --- a/vm/tools/nd_createappliance +++ b/vm/tools/nd_createappliance @@ -66,7 +66,7 @@ clean_buildvm # clean things up # Check that no previous VM was left (can happen if previous failures # were "valid") if VBoxManage list vms | grep -q "^\"${vm_name}\".*"; then - echo >&2, "VM $vm_name still exists -- something is wrong, Can't continue" + echo "VM $vm_name still exists -- something is wrong, Can't continue" >&2 exit 1 fi -- 2.39.2