Changeset 17757
- Timestamp:
- 2008-11-06 15:51:46 (2 months ago)
- Files:
-
- gsdl/trunk/common-src/src/lib/gdbmclass.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gsdl/trunk/common-src/src/lib/gdbmclass.cpp
r17719 r17757 109 109 110 110 // Test to make sure Perl is on the path 111 text_t cmd_test = "perl -v"; 111 // On Linux, the output of the test goes to STDOUT so redirect it to STDERR 112 text_t cmd_test = "perl -v 1>&2"; 112 113 int rv_test = gsdl_system(cmd_test, true, cerr); 113 114 if (rv_test != 0) {
