Skip to content
Snippets Groups Projects
Commit a1fb6982 authored by massung1's avatar massung1
Browse files

jack

git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@4374 6fbd10e7-183d-0410-a318-cb416676e4f2
parent 993d95a6
No related branches found
No related tags found
No related merge requests found
monad identification file monad identification file
This file is used for monad directory identification This file is used for monad directory identification
Built by toole1 on linux3.ews.illinois.edu Built by massung1 on siebl-0224-36.ews.illinois.edu
Build Date: Wed Aug 31 15:03:31 CDT 2011 Build Date: Fri Sep 2 18:21:00 CDT 2011
No preview for this file type
...@@ -121,8 +121,7 @@ int8_t exec(int redirect_fd, const char * command, ...@@ -121,8 +121,7 @@ int8_t exec(int redirect_fd, const char * command,
execlp(command, command, arg1, arg2, arg3, arg4, arg5, arg6, NULL); execlp(command, command, arg1, arg2, arg3, arg4, arg5, arg6, NULL);
// An error occured // An error occured
cerr << "command = " << command << endl; cerr << "exec(" << '\"' << command << '\"';
cerr << "execT(" << '\"' << command << '\"';
if (arg1 != NULL) cerr << ", \"" << arg1 << "\""; if (arg1 != NULL) cerr << ", \"" << arg1 << "\"";
if (arg2 != NULL) cerr << ", \"" << arg2 << "\""; if (arg2 != NULL) cerr << ", \"" << arg2 << "\"";
if (arg3 != NULL) cerr << ", \"" << arg3 << "\""; if (arg3 != NULL) cerr << ", \"" << arg3 << "\"";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment