Revision
72784
Author
jmr@macports.org
Date
2010-10-26 13:14:35 -0700 (Tue, 26 Oct 2010)

Log Message

explicitly point to the log file when the system command fails

Modified Paths

Diff

Modified: trunk/base/src/pextlib1.0/system.c (72783 => 72784)


--- trunk/base/src/pextlib1.0/system.c	2010-10-26 19:34:37 UTC (rev 72783)
+++ trunk/base/src/pextlib1.0/system.c	2010-10-26 20:14:35 UTC (rev 72784)
@@ -256,7 +256,7 @@
                 ui_info(interp, errorstr);
                 free(errorstr);
             }
-            Tcl_SetObjResult(interp, Tcl_NewStringObj("shell command failed", -1));
+            Tcl_SetObjResult(interp, Tcl_NewStringObj("shell command failed (see log for details)", -1));
         }
     }