Revision
72996
Author
jmr@macports.org
Date
2010-10-31 13:06:38 -0700 (Sun, 31 Oct 2010)

Log Message

merge r72784 from trunk:
 explicitly point to the log file when the system command fails

Modified Paths

Diff

Modified: branches/release_1_9/base/src/pextlib1.0/system.c (72995 => 72996)


--- branches/release_1_9/base/src/pextlib1.0/system.c	2010-10-31 20:05:18 UTC (rev 72995)
+++ branches/release_1_9/base/src/pextlib1.0/system.c	2010-10-31 20:06:38 UTC (rev 72996)
@@ -239,7 +239,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));
         }
     }