[svn:parrot] r46528 - branches/ops_pct/compilers/opsc

cotto at svn.parrot.org cotto at svn.parrot.org
Wed May 12 06:43:12 UTC 2010


Author: cotto
Date: Wed May 12 06:43:11 2010
New Revision: 46528
URL: https://trac.parrot.org/parrot/changeset/46528

Log:
[opsc] don't use full path to load opsc.pbc

Modified:
   branches/ops_pct/compilers/opsc/ops2c.nqp

Modified: branches/ops_pct/compilers/opsc/ops2c.nqp
==============================================================================
--- branches/ops_pct/compilers/opsc/ops2c.nqp	Wed May 12 06:36:05 2010	(r46527)
+++ branches/ops_pct/compilers/opsc/ops2c.nqp	Wed May 12 06:43:11 2010	(r46528)
@@ -1,6 +1,6 @@
 #! ./parrot-nqp
 
-pir::load_bytecode("compilers/opsc/opsc.pbc");
+pir::load_bytecode("opsc.pbc");
 
 my @args := get_args();
 my $core := 0;


More information about the parrot-commits mailing list