Fix another instance of unknown format strings.

This commit is contained in:
Sadrul Habib Chowdhury
2009-04-08 11:09:06 -04:00
parent bfcc6738e1
commit 803629c10d

View File

@@ -873,7 +873,7 @@ char **cmdv;
#endif
execvp(*cmdv, cmdv);
close(1);
Panic(errno, *cmdv);
Panic(errno, "%s", *cmdv);
default:
break;
}