Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to get CUSTOM_LIB working.
Very simple version, but hopefully enough to make panda happy.
  • Loading branch information
colomon committed Jun 2, 2013
1 parent 7942a09 commit 67d20f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CORE.setting
Expand Up @@ -4157,7 +4157,7 @@ INIT {
$PROCESS::BASE_DIRECTORY ::= Q:CgOp { (sysquery (i 3)) };
$PROCESS::OS ::= Q:CgOp { (sysquery (i 5)) };
$PROCESS::CWD ::= Q:CgOp { (box Str (cwd_path)) };
$PROCESS::CUSTOM-LIB ::= Q:CgOp { (sysquery (i 7)) } ~ "/niecza" ;
%PROCESS::CUSTOM_LIB ::= { home => Q:CgOp { (sysquery (i 7)) } ~ "/niecza" } ;
@GLOBAL::INC = ();
}
# }}}
Expand Down

0 comments on commit 67d20f1

Please sign in to comment.