Index: uspace/app/bdsh/exec.c
===================================================================
--- uspace/app/bdsh/exec.c	(revision 63b15373eee376c379663c5f4cbe72e41378054c)
+++ 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 {
