changeset 3:69760cc36501 draft

Uploaded
author choogland
date Tue, 02 Dec 2014 01:25:38 -0500
parents 9b43346b22a7
children 7d229f933809
files testenv.pl
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testenv.pl	Tue Dec 02 01:25:38 2014 -0500
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+# usage : perl testenv.pl
+
+#system("env");
+system("pwd");
+system("echo TOOL_PATH is $TOOL_PATH");
+system("echo REPOSITORY_INSTALL_DIR is $REPOSITORY_INSTALL_DIR");
+