hush: initial stab at brace expansion support
[oweals/busybox.git] / miscutils / time.c
index 30298fe324c555d046c1600c3ec1f5e229340a87..42c812a422fc1062fdd72a653c2b0993615ce775 100644 (file)
@@ -380,7 +380,7 @@ static void run_command(char *const *cmd, resource_t *resp)
                   versus merely warnings if the cast is left off.  */
                BB_EXECVP(cmd[0], cmd);
                xfunc_error_retval = (errno == ENOENT ? 127 : 126);
-               bb_error_msg_and_die("cannot run %s", cmd[0]);
+               bb_error_msg_and_die("can't run %s", cmd[0]);
        }
 
        /* Have signals kill the child but not self (if possible).  */