]> git.donarmstrong.com Git - neurodebian.git/blobdiff - vm/tools/nd_createappliance
fixing up redirection of an echo cmd
[neurodebian.git] / vm / tools / nd_createappliance
index 3b2d875601d7dba914cb2c55475a1a48adcd78b2..2c794cb79afd0eaea2fa71c8c7f84c1003eb19d6 100755 (executable)
@@ -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