|
From: <cre...@us...> - 2007-03-06 20:41:15
|
Revision: 1642
http://svn.sourceforge.net/frontierkernel/?rev=1642&view=rev
Author: creecode
Date: 2007-03-06 12:41:09 -0800 (Tue, 06 Mar 2007)
Log Message:
-----------
added glue scripts
Added Paths:
-----------
ODBs/trunk/frontierRoot/system/verbs/builtins/sys/getEnvironmentVariable.fvc
ODBs/trunk/frontierRoot/system/verbs/builtins/sys/setEnvironmentVariable.fvc
Added: ODBs/trunk/frontierRoot/system/verbs/builtins/sys/getEnvironmentVariable.fvc
===================================================================
--- ODBs/trunk/frontierRoot/system/verbs/builtins/sys/getEnvironmentVariable.fvc (rev 0)
+++ ODBs/trunk/frontierRoot/system/verbs/builtins/sys/getEnvironmentVariable.fvc 2007-03-06 20:41:09 UTC (rev 1642)
@@ -0,0 +1,6 @@
+FrontierVcsFile:3:scpt:system.verbs.builtins.sys.getEnvironmentVariable
+
+on getEnvironmentVariable ( var ) {
+ kernel ( sys.getEnvironmentVariable )}
+
+
Property changes on: ODBs/trunk/frontierRoot/system/verbs/builtins/sys/getEnvironmentVariable.fvc
___________________________________________________________________
Name: svn:eol-style
+ native
Added: ODBs/trunk/frontierRoot/system/verbs/builtins/sys/setEnvironmentVariable.fvc
===================================================================
--- ODBs/trunk/frontierRoot/system/verbs/builtins/sys/setEnvironmentVariable.fvc (rev 0)
+++ ODBs/trunk/frontierRoot/system/verbs/builtins/sys/setEnvironmentVariable.fvc 2007-03-06 20:41:09 UTC (rev 1642)
@@ -0,0 +1,6 @@
+FrontierVcsFile:3:scpt:system.verbs.builtins.sys.setEnvironmentVariable
+
+on setEnvironmentVariable ( var, s ) {
+ kernel ( sys.setEnvironmentVariable )}
+
+
Property changes on: ODBs/trunk/frontierRoot/system/verbs/builtins/sys/setEnvironmentVariable.fvc
___________________________________________________________________
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|