]> git.donarmstrong.com Git - neurodebian.git/commitdiff
fixing up redirection of an echo cmd
authorYaroslav Halchenko <debian@onerussian.com>
Mon, 7 Feb 2011 16:34:53 +0000 (11:34 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Mon, 7 Feb 2011 16:34:53 +0000 (11:34 -0500)
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