Index: uspace/app/bdsh/exec.c
===================================================================
--- uspace/app/bdsh/exec.c	(revision 3d36075852f79255959c89045b94078d26087861)
+++ uspace/app/bdsh/exec.c	(revision 29295cdb66dfe98fbf408425f03b9a8569e435c5)
@@ -122,5 +122,5 @@
 
 	if (tid == 0) {
-		cli_error(CL_EEXEC, "Can not spawn %s", cmd);
+		cli_error(CL_EEXEC, "Cannot spawn `%s'.", cmd);
 		return 1;
 	} else {
